From 1a8e79716e2360b8d80ef2ebae69119b3133eca7 Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Sun, 15 Dec 2024 22:34:44 +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 2fccabc..3a6ecc5 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