From c5fd07253b7959676fb194f848bd6d7de0ac1f7d Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Sun, 15 Dec 2024 22:35:54 +0100 Subject: [PATCH] Increase resources postgres --- immich/helm-immich.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/immich/helm-immich.yaml b/immich/helm-immich.yaml index 3a6ecc5..e8d51f5 100644 --- a/immich/helm-immich.yaml +++ b/immich/helm-immich.yaml @@ -75,13 +75,13 @@ spec: CREATE EXTENSION cube; CREATE EXTENSION earthdistance; CREATE EXTENSION vectors; - resources: {} - # limits: - # cpu: 300m - # memory: 384Mi - # requests: - # cpu: 200m - # memory: 256Mi + resources: + limits: + cpu: 300m + memory: 384Mi + requests: + cpu: 200m + memory: 256Mi redis: enabled: true