We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e62226 commit 952079aCopy full SHA for 952079a
1 file changed
charts/controller/templates/_helpers.tpl
@@ -256,7 +256,7 @@ resources:
256
{{/* Generate controller config default limit plans */}}
257
{{ define "controller.config.defaultLimitPlans" }}
258
{{- $index := 0 }}
259
-{{- $cpus := tuple 1 2 4 8 16 32 }}
+{{- $cpus := tuple 1 2 4 8 16 32 64 }}
260
{{- $scales := tuple 1 2 4 8 }}
261
{{- range $cpu := $cpus }}
262
{{- range $scale := $scales }}
0 commit comments