HA: change ingress

This commit is contained in:
Ruben Hensen
2024-12-24 14:38:40 +01:00
parent 14b58904a8
commit 0bd4f7adeb
2 changed files with 5 additions and 8 deletions
+4 -7
View File
@@ -27,13 +27,10 @@ spec:
- host: ha.hensen.io - host: ha.hensen.io
http: http:
paths: paths:
- path: / - backend:
pathType: Prefix serviceName: external-ip
backend: servicePort: 80
service: path: /
name: external-ip
port:
number: 8123
# TLS configuration for HTTPS # TLS configuration for HTTPS
tls: tls:
+1 -1
View File
@@ -5,7 +5,7 @@ metadata:
spec: spec:
ports: ports:
- name: app - name: app
port: 8123 port: 80
protocol: TCP protocol: TCP
targetPort: 8123 targetPort: 8123
clusterIP: None clusterIP: None