HA: changes 3

This commit is contained in:
Ruben Hensen
2024-12-24 14:48:31 +01:00
parent 9e2d6aff10
commit f4070385d5
3 changed files with 9 additions and 8 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
apiVersion: v1
kind: Endpoints
metadata:
name: external-ip
name: ha-endpoint
subsets:
- addresses:
- ip: 192.168.1.202
+6 -5
View File
@@ -26,12 +26,13 @@ spec:
rules:
- host: ha.hensen.io
http:
paths:
- backend:
serviceName: external-ip
servicePort: 80
path: /
- path: /
pathType: Prefix
backend:
service:
name: ha-svc
port:
number: 80
# TLS configuration for HTTPS
tls:
+1 -1
View File
@@ -1,7 +1,7 @@
apiVersion: v1
kind: Service
metadata:
name: external-ip
name: ha-svc
spec:
ports:
- name: app