HA: changes 8

This commit is contained in:
Ruben Hensen
2024-12-24 14:58:26 +01:00
parent 0b23e05510
commit a848adc8ea
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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