From 128178291c4021db8527e4379e709ba24696fc47 Mon Sep 17 00:00:00 2001 From: nold Date: Sun, 11 Feb 2024 16:33:40 +0100 Subject: [PATCH] fix(nextcloud): removed limits for postgres --- projects/nextcloud/manifests/postgre.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/projects/nextcloud/manifests/postgre.yaml b/projects/nextcloud/manifests/postgre.yaml index eb1aeb65..04a44f02 100644 --- a/projects/nextcloud/manifests/postgre.yaml +++ b/projects/nextcloud/manifests/postgre.yaml @@ -30,13 +30,13 @@ spec: #encryption: AES256 retentionPolicy: "90d" - resources: - requests: - memory: "64Mi" - cpu: "50m" - limits: - memory: "1Gi" - cpu: "1" + # resources: + # requests: + # memory: "64Mi" + # cpu: "50m" + # limits: + # memory: "1Gi" + # cpu: "1" storage: size: 10Gi