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 08dc362 commit 21ed2ecCopy full SHA for 21ed2ec
clusterloader2/pkg/prometheus/manifests/prometheus-prometheus.yaml
@@ -35,12 +35,8 @@ spec:
35
memory: {{MultiplyInt $PROMETHEUS_MEMORY_SCALE_FACTOR (AddInt 1 (DivideInt .Nodes 1000))}}Gi
36
{{end}}
37
limits:
38
- {{if $PROMETHEUS_SCRAPE_KUBELETS}}
39
- memory: 10Gi
40
- {{else}}
41
# Default: Start with 2Gi and add 2Gi for each 1K nodes.
42
43
- {{end}}
44
ruleSelector:
45
matchLabels:
46
prometheus: k8s
0 commit comments