bump immich mem limit, increase traefik timeout

This commit is contained in:
Grant Hunter
2026-06-22 10:03:44 -06:00
parent 27eb5043cf
commit 3d8745ed1a
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ server:
memory: 256Mi memory: 256Mi
limits: limits:
cpu: 1 cpu: 1
memory: 800Mi memory: 1Gi
ingress: ingress:
main: main:
enabled: true enabled: true
+1
View File
@@ -34,6 +34,7 @@ affinity:
additionalArguments: additionalArguments:
- "--api.basePath=/fog/traefik" - "--api.basePath=/fog/traefik"
- "--entrypoints.websecure.transport.respondingtimeouts.readtimeout=120"
persistence: persistence:
enabled: false enabled: false