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