HA: changes 10

This commit is contained in:
Ruben Hensen
2024-12-24 15:02:06 +01:00
parent 750934bf05
commit b55f1f3896
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -19,7 +19,7 @@ metadata:
# If you encounter a redirect loop or are getting a 307 response code # If you encounter a redirect loop or are getting a 307 response code
# then you need to force the nginx ingress to connect to the backend using HTTPS. # then you need to force the nginx ingress to connect to the backend using HTTPS.
# #
# nginx.ingress.kubernetes.io/backend-protocol: "HTTP" nginx.ingress.kubernetes.io/backend-protocol: "HTTP"
# namespace: ente-photos # namespace: ente-photos
spec: spec:
ingressClassName: nginx ingressClassName: nginx
@@ -33,7 +33,7 @@ spec:
service: service:
name: ha-svc name: ha-svc
port: port:
number: 80 number: 443
# 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: 80 port: 443
targetPort: 8123 targetPort: 8123
ipFamilies: ipFamilies:
- IPv4 - IPv4