Change back to http with port 5000

This commit is contained in:
Ruben Hensen
2025-02-03 12:04:43 +01:00
parent 4ca3f5f9de
commit 5a5f585b44
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -5,7 +5,7 @@ metadata:
annotations: annotations:
# nginx.ingress.kubernetes.io/rewrite-target: / # nginx.ingress.kubernetes.io/rewrite-target: /
cert-manager.io/cluster-issuer: prod-cluster-issuer cert-manager.io/cluster-issuer: prod-cluster-issuer
nginx.ingress.kubernetes.io/ssl-passthrough: "true" nginx.ingress.kubernetes.io/ssl-passthrough: "false"
# nginx.ingress.kubernetes.io/enable-cors: "true" # nginx.ingress.kubernetes.io/enable-cors: "true"
# type of authentication # type of authentication
# nginx.ingress.kubernetes.io/auth-type: basic # nginx.ingress.kubernetes.io/auth-type: basic
@@ -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: "HTTPS" 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: nas-external name: nas-external
port: port:
number: 5001 number: 5000
# TLS configuration for HTTPS # TLS configuration for HTTPS
tls: tls:
+1 -1
View File
@@ -6,5 +6,5 @@ spec:
type: ExternalName type: ExternalName
externalName: 192.168.1.99 externalName: 192.168.1.99
ports: ports:
- port: 5001 - port: 5000
protocol: TCP protocol: TCP