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