From d525bb073eba9598a16418f70ae80148805b8313 Mon Sep 17 00:00:00 2001 From: Dung Vu <dvu@csusb.edu> Date: Thu, 17 Mar 2022 18:00:08 -0700 Subject: [PATCH] Update values.template.yaml --- values.template.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/values.template.yaml b/values.template.yaml index 02787b8..9c9391a 100644 --- a/values.template.yaml +++ b/values.template.yaml @@ -108,11 +108,11 @@ singleuser: tag: latest startTimeout: 600 cpu: - limit: 4 - guarantee: 4 + limit: 16 + guarantee: 16 memory: - limit: 64G - guarantee: 16G + limit: 128G + guarantee: 128G extraResource: limits: {} guarantees: {} -- GitLab