mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-06 07:57:07 +00:00
15 lines
247 B
YAML
15 lines
247 B
YAML
|
apiVersion: v1
|
||
|
kind: Endpoints
|
||
|
metadata:
|
||
|
creationTimestamp:
|
||
|
labels:
|
||
|
isMutated: 'true'
|
||
|
label: test
|
||
|
name: test-endpoint
|
||
|
subsets:
|
||
|
- addresses:
|
||
|
- ip: 192.168.10.171
|
||
|
ports:
|
||
|
- name: secure-connection
|
||
|
port: 9663
|
||
|
protocol: TCP
|