mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-17 02:12:55 +02:00
HA: changes 8
This commit is contained in:
@@ -2,7 +2,7 @@ apiVersion: v1
|
|||||||
kind: Endpoints
|
kind: Endpoints
|
||||||
metadata:
|
metadata:
|
||||||
name: ha-endpoint
|
name: ha-endpoint
|
||||||
app: ha-endpoint
|
app.kubernetes.io/name: ha-endpoint
|
||||||
subsets:
|
subsets:
|
||||||
- addresses:
|
- addresses:
|
||||||
- ip: 192.168.1.202
|
- ip: 192.168.1.202
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ spec:
|
|||||||
protocol: TCP
|
protocol: TCP
|
||||||
targetPort: 8123
|
targetPort: 8123
|
||||||
selector:
|
selector:
|
||||||
app: ha-endpoint
|
app.kubernetes.io/name: ha-endpoint
|
||||||
ipFamilies:
|
ipFamilies:
|
||||||
- IPv4
|
- IPv4
|
||||||
ipFamilyPolicy: SingleStack
|
ipFamilyPolicy: SingleStack
|
||||||
|
|||||||
Reference in New Issue
Block a user