Skip to content

Commit

Permalink
HPCC-31719 Restore previous values for stub memory resources
Browse files Browse the repository at this point in the history
Signed-off-by: Gavin Halliday <[email protected]>
  • Loading branch information
ghalliday committed May 2, 2024
1 parent 591c7b5 commit fcfc4ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/hpcc/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit fcfc4ab

Please sign in to comment.