We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6c3671d + d32cfc5 commit d330c0cCopy full SHA for d330c0c
cluster/manifests/z-karpenter/vpa.yaml
@@ -25,9 +25,9 @@ spec:
25
{{ range $NodePool := .Cluster.NodePools}}
26
{{ if eq $NodePool.Name "default-master" }}
27
# Scaling is relative to r6g.large (smallest master node)
28
- # 0.064 -> ~1024Mi memory, 0.027 -> ~50m CPU
+ # 0.064 -> ~1024Mi memory, 0.025 -> ~50m CPU
29
memory: {{ scaleQuantity (instanceTypeMemoryQuantity (index .InstanceTypes 0)) 0.064 }}
30
- cpu: {{ scaleQuantity (instanceTypeCPUQuantity (index .InstanceTypes 0)) 0.027 }}
+ cpu: {{ scaleQuantity (instanceTypeCPUQuantity (index .InstanceTypes 0)) 0.025 }}
31
{{ end }}
32
33
{{end}}
0 commit comments