From 8437f355ddca18c0555241bbd9d4da84488cc244 Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Sun, 15 Dec 2024 22:37:33 +0100 Subject: [PATCH] Increase resources postgres --- immich/helm-immich.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/immich/helm-immich.yaml b/immich/helm-immich.yaml index b3a5ba6..7e33a18 100644 --- a/immich/helm-immich.yaml +++ b/immich/helm-immich.yaml @@ -76,9 +76,7 @@ spec: CREATE EXTENSION earthdistance; CREATE EXTENSION vectors; resources: - # limits: - # cpu: 600m - # memory: 384Mi + limits: {} requests: cpu: 200m memory: 256Mi