From 3d8745ed1ad3a84c689a4e2f8c8495344f56bd56 Mon Sep 17 00:00:00 2001 From: Grant Hunter <5445379+grantdhunter@users.noreply.github.com> Date: Mon, 22 Jun 2026 10:03:44 -0600 Subject: [PATCH] bump immich mem limit, increase traefik timeout --- immich/values.yaml.gotmpl | 2 +- traefik/values.yaml.gotmpl | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/immich/values.yaml.gotmpl b/immich/values.yaml.gotmpl index 4f75bd5..ce06bc9 100644 --- a/immich/values.yaml.gotmpl +++ b/immich/values.yaml.gotmpl @@ -44,7 +44,7 @@ server: memory: 256Mi limits: cpu: 1 - memory: 800Mi + memory: 1Gi ingress: main: enabled: true diff --git a/traefik/values.yaml.gotmpl b/traefik/values.yaml.gotmpl index 15090b4..7628b9d 100644 --- a/traefik/values.yaml.gotmpl +++ b/traefik/values.yaml.gotmpl @@ -34,6 +34,7 @@ affinity: additionalArguments: - "--api.basePath=/fog/traefik" + - "--entrypoints.websecure.transport.respondingtimeouts.readtimeout=120" persistence: enabled: false