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 da63d7aCopy full SHA for da63d7a
clusterloader2/pkg/prometheus/manifests/prometheus-prometheus.yaml
@@ -33,13 +33,6 @@ spec:
33
# Start with 2Gi and add 2Gi for each 1K nodes.
34
memory: {{MultiplyInt $PROMETHEUS_MEMORY_SCALE_FACTOR (AddInt 1 (DivideInt .Nodes 1000))}}Gi
35
{{end}}
36
- limits:
37
- {{if $PROMETHEUS_SCRAPE_KUBELETS}}
38
- memory: 10Gi
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
42
- {{end}}
43
ruleSelector:
44
matchLabels:
45
prometheus: k8s
0 commit comments