File tree 2 files changed +2
-2
lines changed
helm/servicex/templates/app
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 92
92
{{- end }}
93
93
TRANSFORMER_AUTOSCALE_ENABLED = {{- ternary "True" "False" .Values.transformer.autoscaler.enabled }}
94
94
TRANSFORMER_CPU_LIMIT = {{ .Values.transformer.cpuLimit }}
95
- TRANSFORMER_MEMORY_LIMIT = {{ .Values.transformer.memoryLimit }}
95
+ TRANSFORMER_MEMORY_LIMIT = " {{ .Values.transformer.memoryLimit }}"
96
96
TRANSFORMER_CPU_SCALE_THRESHOLD = {{ .Values.transformer.autoscaler.cpuScaleThreshold }}
97
97
TRANSFORMER_MIN_REPLICAS = {{ .Values.transformer.autoscaler.minReplicas }}
98
98
TRANSFORMER_MAX_REPLICAS = {{ .Values.transformer.autoscaler.maxReplicas }}
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ TRANSFORMER_MAX_REPLICAS = 20
59
59
# Use one core per transformer
60
60
TRANSFORMER_CPU_LIMIT = 1
61
61
# Use 2GB per transformer
62
- TRANSFORMER_MEMORY_LIMIT = 2Gi
62
+ TRANSFORMER_MEMORY_LIMIT = " 2Gi"
63
63
64
64
# CPU threshold for HPA (in percent) to spawn additional transformers
65
65
TRANSFORMER_CPU_SCALE_THRESHOLD = 70
You can’t perform that action at this time.
0 commit comments