fundamental/gke/helloNode/hello-node-service.yaml (
12
lines of code) (
raw
):
apiVersion: v1 kind: Service metadata: labels: name: hello-node name: hello-node spec: ports: - port: 8080 selector: name: hello-node type: LoadBalancer