--- apiVersion: "v1" kind: "Service" metadata: name: "hello" namespace: "default" spec: ports: - protocol: "TCP" name: hello port: 8080 selector: app: "hello"