Skip to content

Commit 277ebcc

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ spec:
3535
{{end}}
3636
limits:
3737
{{if $PROMETHEUS_SCRAPE_KUBELETS}}
38-
memory: 10Gi
38+
memory: 16Gi
3939
{{else}}
4040
# Default: Start with 2Gi and add 2Gi for each 1K nodes.
4141
memory: {{MultiplyInt $PROMETHEUS_MEMORY_SCALE_FACTOR (AddInt 1 (DivideInt .Nodes 1000))}}Gi

0 commit comments

Comments
 (0)