From 76073ce8b1d97c096c9df6bf7ef159b51f5aeaea Mon Sep 17 00:00:00 2001 From: fabiankramm Date: Fri, 23 Jul 2021 09:57:48 +0200 Subject: [PATCH] build(chart): set default resource requests --- chart/values.yaml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/chart/values.yaml b/chart/values.yaml index 88028b44b..144cd072e 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -11,7 +11,12 @@ syncer: volumeMounts: - mountPath: /data name: data - resources: {} + resources: + limits: + memory: 1Gi + requests: + cpu: 100m + memory: 128Mi # Virtual Cluster (k3s) configuration vcluster: @@ -41,7 +46,12 @@ vcluster: - mountPath: /data name: data env: [] - resources: {} + resources: + limits: + memory: 2Gi + requests: + cpu: 200m + memory: 256Mi # Storage settings for the vcluster storage: