From 76d065d7fcbafe44d46de9f1d72cc08fb72252ea Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Tue, 17 Dec 2024 15:04:58 +0100 Subject: [PATCH] Immich: rewrite /photos to /sharing 3 --- immich/helm-immich.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/immich/helm-immich.yaml b/immich/helm-immich.yaml index e8bf5c5..09e0a71 100644 --- a/immich/helm-immich.yaml +++ b/immich/helm-immich.yaml @@ -119,16 +119,16 @@ spec: - path: "/" - host: foto.scoutingmbg.nl paths: + - path: "/" + service: + name: sol-auth-svc + port: 8002 - path: /(photos) pathType: ImplementationSpecific backend: service: name: sol-auth-svc port: 8002 - - path: "/" - service: - name: sol-auth-svc - port: 8002 tls: - secretName: letsencrypt-prod