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" nginx.ingress.kubernetes.io/proxy-body-size: "0"
cert-manager.io/cluster-issuer: prod-cluster-issuer cert-manager.io/cluster-issuer: prod-cluster-issuer
nginx.ingress.kubernetes.io/backend-protocol: "HTTP" nginx.ingress.kubernetes.io/backend-protocol: "HTTP"
nginx.ingress.kubernetes.io/rewrite-target: /sharing
hosts: hosts:
- host: immich.hensen.io - host: immich.hensen.io
paths: paths:
- path: "/" - path: "/"
- host: foto.scoutingmbg.nl - host: foto.scoutingmbg.nl
paths: paths:
- path: "/photos"
pathType: ImplementationSpecific
backend:
service:
name: sol-auth-svc
port: 8002
- path: "/" - path: "/"
service: service:
name: sol-auth-svc name: sol-auth-svc
port: 8002 port: 8002
tls: tls:
- secretName: letsencrypt-prod - secretName: letsencrypt-prod
hosts: hosts: