From 2ce7e4d520abd8de4226a186eb0cddb0f73638fa Mon Sep 17 00:00:00 2001 From: Cian Johnston Date: Thu, 27 Jul 2023 18:21:05 +0100 Subject: [PATCH] chore(helm): update sample resource requests/limits The sample resource requests/limits are undersized. --- helm/values.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/helm/values.yaml b/helm/values.yaml index 83949e4aa6cc8..e3a1298628d5b 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -166,11 +166,11 @@ coder: resources: {} # limits: - # cpu: 100m - # memory: 128Mi + # cpu: 2000m + # memory: 4096Mi # requests: - # cpu: 100m - # memory: 128Mi + # cpu: 2000m + # memory: 4096Mi # coder.certs -- CA bundles to mount inside the Coder pod. certs: