1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-06 16:06:56 +00:00
kyverno/examples/resource_mutate_endpoint.yaml

13 lines
203 B
YAML
Raw Normal View History

2019-05-22 20:07:41 -07:00
apiVersion: v1
kind: Endpoints
metadata:
name: test-endpoint
labels:
label : test
subsets:
- addresses:
- ip: 192.168.10.171
ports:
- name: secure-connection
port: 443
2019-07-19 20:30:55 -07:00
protocol: TCP