mirror of
https://github.com/kyverno/kyverno.git
synced 2024-12-14 11:57:48 +00:00
15 lines
No EOL
247 B
YAML
15 lines
No EOL
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 |