2019-05-22 20:07:41 -07:00
|
|
|
kind: Endpoints
|
2019-06-13 12:01:03 -07:00
|
|
|
apiVersion: v1
|
2019-05-22 20:07:41 -07:00
|
|
|
metadata:
|
|
|
|
name: test-endpoint
|
2019-06-13 12:01:03 -07:00
|
|
|
creationTimestamp:
|
2019-05-22 20:07:41 -07:00
|
|
|
labels:
|
2019-06-13 12:01:03 -07:00
|
|
|
label: test
|
2019-05-22 20:07:41 -07:00
|
|
|
subsets:
|
2019-06-13 12:01:03 -07:00
|
|
|
- addresses:
|
|
|
|
- ip: 192.168.10.172
|
|
|
|
ports:
|
|
|
|
- name: load-balancer-connection
|
|
|
|
port: 80
|
|
|
|
protocol: UDP
|
2019-05-22 20:07:41 -07:00
|
|
|
- addresses:
|
|
|
|
- ip: 192.168.10.171
|
|
|
|
ports:
|
|
|
|
- name: secure-connection
|
2019-06-13 12:01:03 -07:00
|
|
|
port: 9663
|
2019-05-22 20:07:41 -07:00
|
|
|
protocol: TCP
|