From aca74707c2d552388713051559f037c723ad8583 Mon Sep 17 00:00:00 2001 From: Ta-Ching Chen Date: Wed, 25 May 2022 21:41:08 +0800 Subject: [PATCH] Add resource settings --- helm-guestbook/values.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/helm-guestbook/values.yaml b/helm-guestbook/values.yaml index 3666712..5d0c029 100644 --- a/helm-guestbook/values.yaml +++ b/helm-guestbook/values.yaml @@ -31,12 +31,12 @@ resources: {} # choice for the user. This also increases chances charts run on environments with little # resources, such as Minikube. If you do want to specify resources, uncomment the following # lines, adjust them as necessary, and remove the curly braces after 'resources:'. - # limits: - # cpu: 100m - # memory: 128Mi - # requests: - # cpu: 100m - # memory: 128Mi + limits: + cpu: 100m + memory: 128Mi + requests: + cpu: 100m + memory: 128Mi nodeSelector: {}