From 201a9e6574e6be415501299d120c678814d99702 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Wed, 12 Oct 2022 16:47:42 -0500 Subject: [PATCH] update request and limit --- nextcloud/values.yaml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/nextcloud/values.yaml b/nextcloud/values.yaml index c300c16..bc28a51 100644 --- a/nextcloud/values.yaml +++ b/nextcloud/values.yaml @@ -122,13 +122,12 @@ nextcloud: accessMode: ReadWriteOnce size: 10Gi - resources: {} - # limits: - # cpu: 100m - # memory: 128Mi - # requests: - # cpu: 100m - # memory: 128Mi + resources: + limits: + memory: 128Mi + requests: + cpu: 100m + memory: 512Mi livenessProbe: enabled: true