{ "kind": "Service", "apiVersion": "v1", "metadata": { "name": "horizon-service" }, "spec": { "selector": { "app": "horizon" }, "ports": [ { "name": "www", "protocol": "TCP", "port": 80, "targetPort": 80, "nodePort": 30080 } ], "type": "NodePort" } }