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.
1 parent 709795e commit 277ebccCopy full SHA for 277ebcc
clusterloader2/pkg/prometheus/manifests/prometheus-prometheus.yaml
@@ -35,7 +35,7 @@ spec:
35
{{end}}
36
limits:
37
{{if $PROMETHEUS_SCRAPE_KUBELETS}}
38
- memory: 10Gi
+ memory: 16Gi
39
{{else}}
40
# Default: Start with 2Gi and add 2Gi for each 1K nodes.
41
memory: {{MultiplyInt $PROMETHEUS_MEMORY_SCALE_FACTOR (AddInt 1 (DivideInt .Nodes 1000))}}Gi
0 commit comments