1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-10 09:56:55 +00:00
kyverno/vendor/k8s.io/kubernetes/hack/testdata/kustomize/service.yaml

13 lines
183 B
YAML
Raw Normal View History

2019-10-23 23:19:53 -07:00
kind: Service
apiVersion: v1
metadata:
name: the-service
spec:
selector:
deployment: hello
type: LoadBalancer
ports:
- protocol: TCP
port: 8666
targetPort: 8080