From 422f60680cf8a7c6d7a7be80795eaf8aba916a13 Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Sat, 14 Dec 2024 20:17:05 +0100 Subject: [PATCH] Immich ingress to nginx --- immich/helm-immich.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/immich/helm-immich.yaml b/immich/helm-immich.yaml index 48876bc..691c26c 100644 --- a/immich/helm-immich.yaml +++ b/immich/helm-immich.yaml @@ -91,6 +91,7 @@ spec: ingress: main: enabled: true + ingressClassName: nginx annotations: # proxy-body-size is set to 0 to remove the body limit on file uploads nginx.ingress.kubernetes.io/proxy-body-size: "0"