HA: changes 5

This commit is contained in:
Ruben Hensen
2024-12-24 14:52:26 +01:00
parent e4ae328228
commit 871b6d2e68
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -2,6 +2,7 @@ apiVersion: v1
kind: Endpoints kind: Endpoints
metadata: metadata:
name: ha-endpoint name: ha-endpoint
app: ha-endpoint
subsets: subsets:
- addresses: - addresses:
- ip: 192.168.1.202 - ip: 192.168.1.202
+2
View File
@@ -8,5 +8,7 @@ spec:
port: 80 port: 80
protocol: TCP protocol: TCP
targetPort: 8123 targetPort: 8123
selector:
app: ha-endpoint
clusterIP: None clusterIP: None
type: ClusterIP type: ClusterIP