Immich: rewrite /photos to /sharing

This commit is contained in:
Ruben Hensen
2024-12-17 14:55:24 +01:00
parent 94a4472669
commit 77e498ed01
+8
View File
@@ -111,16 +111,24 @@ spec:
nginx.ingress.kubernetes.io/proxy-body-size: "0"
cert-manager.io/cluster-issuer: prod-cluster-issuer
nginx.ingress.kubernetes.io/backend-protocol: "HTTP"
nginx.ingress.kubernetes.io/rewrite-target: /sharing
hosts:
- host: immich.hensen.io
paths:
- path: "/"
- host: foto.scoutingmbg.nl
paths:
- path: "/photos"
pathType: ImplementationSpecific
backend:
service:
name: sol-auth-svc
port: 8002
- path: "/"
service:
name: sol-auth-svc
port: 8002
tls:
- secretName: letsencrypt-prod
hosts: