Immich: rewrite /photos to /sharing 3

This commit is contained in:
Ruben Hensen
2024-12-17 15:04:58 +01:00
parent 0ac23f1925
commit 76d065d7fc
+4 -4
View File
@@ -119,16 +119,16 @@ spec:
- path: "/" - path: "/"
- host: foto.scoutingmbg.nl - host: foto.scoutingmbg.nl
paths: paths:
- path: "/"
service:
name: sol-auth-svc
port: 8002
- path: /(photos) - path: /(photos)
pathType: ImplementationSpecific pathType: ImplementationSpecific
backend: backend:
service: service:
name: sol-auth-svc name: sol-auth-svc
port: 8002 port: 8002
- path: "/"
service:
name: sol-auth-svc
port: 8002
tls: tls:
- secretName: letsencrypt-prod - secretName: letsencrypt-prod