Skip to content

Commit da63d7a

Browse files
make sure limits are not capped to 10Gi
1 parent 709795e commit da63d7a

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

clusterloader2/pkg/prometheus/manifests/prometheus-prometheus.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,6 @@ spec:
3333
# Start with 2Gi and add 2Gi for each 1K nodes.
3434
memory: {{MultiplyInt $PROMETHEUS_MEMORY_SCALE_FACTOR (AddInt 1 (DivideInt .Nodes 1000))}}Gi
3535
{{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}}
4336
ruleSelector:
4437
matchLabels:
4538
prometheus: k8s

0 commit comments

Comments
 (0)