{ "apiVersion": "v1", "kind": "Service", "metadata": { "labels": { "app": "current-line-updater", "expose": "true", "group": "com.redhat.coderland.reactica", "provider": "fabric8", "version": "0.1-SNAPSHOT" }, "name": "current-line-updater" }, "spec": { "clusterIP": "172.30.180.45", "ports": [ { "name": "http", "port": 8080, "protocol": "TCP", "targetPort": 8080 } ], "selector": { "app": "current-line-updater", "group": "com.redhat.coderland.reactica", "provider": "fabric8" }, "sessionAffinity": "None", "type": "ClusterIP" }, "status": { "loadBalancer": {} } }