From fcfc4ab70041e03aa7e3130e26bd595871c308de Mon Sep 17 00:00:00 2001 From: Gavin Halliday Date: Wed, 1 May 2024 20:25:49 +0100 Subject: [PATCH] HPCC-31719 Restore previous values for stub memory resources Signed-off-by: Gavin Halliday --- helm/hpcc/templates/_helpers.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/hpcc/templates/_helpers.tpl b/helm/hpcc/templates/_helpers.tpl index a47746cfc8b..a859e85bf23 100644 --- a/helm/hpcc/templates/_helpers.tpl +++ b/helm/hpcc/templates/_helpers.tpl @@ -1339,7 +1339,7 @@ Pass in dict with root, me and instances defined {{- $stubInstanceResources := .stubResources | default .root.Values.global.stubInstanceResources | default dict }} {{- $milliCPUText := $stubInstanceResources.cpu | default "200m" }} {{- $milliCPUs := int (include "hpcc.k8sCPUStringToMilliCPU" $milliCPUText) }} -{{- $memoryText := $stubInstanceResources.memory | default "50Mi" }} +{{- $memoryText := $stubInstanceResources.memory | default "400Mi" }} {{- $memory := int64 (include "hpcc.k8sMemoryStringToBytes" $memoryText) }} resources: limits: