mirror of
https://github.com/kyverno/kyverno.git
synced 2024-12-14 11:57:48 +00:00
20 lines
337 B
YAML
20 lines
337 B
YAML
kind: Endpoints
|
|
apiVersion: v1
|
|
metadata:
|
|
name: test-endpoint
|
|
creationTimestamp:
|
|
labels:
|
|
label: test
|
|
subsets:
|
|
- addresses:
|
|
- ip: 192.168.10.172
|
|
ports:
|
|
- name: load-balancer-connection
|
|
port: 80
|
|
protocol: UDP
|
|
- addresses:
|
|
- ip: 192.168.10.171
|
|
ports:
|
|
- name: secure-connection
|
|
port: 9663
|
|
protocol: TCP
|