Files
kustomize/examples/alphaTestExamples/helloworld/service.yaml
Phani Teja Marupaka c340c30f25 Alpha commands e2e tests
2020-01-15 14:17:37 -08:00

13 lines
183 B
YAML

kind: Service
apiVersion: v1
metadata:
name: the-service
spec:
selector:
deployment: hello
type: LoadBalancer
ports:
- protocol: TCP
port: 8666
targetPort: 8080