Skip to content

Commit 952079a

Browse files
committed
chore(charts): add 64 vcpu
1 parent 6e62226 commit 952079a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

charts/controller/templates/_helpers.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ resources:
256256
{{/* Generate controller config default limit plans */}}
257257
{{ define "controller.config.defaultLimitPlans" }}
258258
{{- $index := 0 }}
259-
{{- $cpus := tuple 1 2 4 8 16 32 }}
259+
{{- $cpus := tuple 1 2 4 8 16 32 64 }}
260260
{{- $scales := tuple 1 2 4 8 }}
261261
{{- range $cpu := $cpus }}
262262
{{- range $scale := $scales }}

0 commit comments

Comments
 (0)