From 4f3c0c437bf315b15f60fbcfb4f7a2c05aa595ba Mon Sep 17 00:00:00 2001 From: Thomas Waldecker Date: Thu, 12 Dec 2024 22:43:07 +0100 Subject: [PATCH] Add resource memory request and limit Without this setting it is set to a very low value, I think 192 Mi which breaks immich update to 1.122.2 --- charts/immich/values.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/charts/immich/values.yaml b/charts/immich/values.yaml index 03836383..7f4b9a9d 100644 --- a/charts/immich/values.yaml +++ b/charts/immich/values.yaml @@ -59,6 +59,12 @@ postgresql: CREATE EXTENSION cube; CREATE EXTENSION earthdistance; CREATE EXTENSION vectors; + resources: + # recommended to set the memory limit to at least 2Gi + requests: + memory: 1Gi + limits: + memory: 2Gi redis: enabled: false