mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-07 00:17:13 +00:00
14 lines
204 B
YAML
14 lines
204 B
YAML
|
apiVersion: v1
|
||
|
kind: Endpoints
|
||
|
metadata:
|
||
|
name: test-endpoint
|
||
|
labels:
|
||
|
label : test
|
||
|
subsets:
|
||
|
- addresses:
|
||
|
- ip: 192.168.10.171
|
||
|
ports:
|
||
|
- name: secure-connection
|
||
|
port: 443
|
||
|
protocol: TCP
|