From 86699b79176685d1ed33bf5882595bdca67164ce Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Sun, 15 Dec 2024 22:31:19 +0100 Subject: [PATCH] Increase resources postgres --- immich/helm-immich.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/immich/helm-immich.yaml b/immich/helm-immich.yaml index dfc4a3f..2fccabc 100644 --- a/immich/helm-immich.yaml +++ b/immich/helm-immich.yaml @@ -75,6 +75,13 @@ spec: CREATE EXTENSION cube; CREATE EXTENSION earthdistance; CREATE EXTENSION vectors; + resources: + limits: + cpu: 300m + memory: 384Mi + requests: + cpu: 200m + memory: 256Mi redis: enabled: true