Skip to content

Commit 66dd6b7

Browse files
loft-botlizardruss
andauthored
fix: increase ephemeral-storage requests (#3156) (#3161)
(cherry picked from commit f1b489f) Co-authored-by: Russell Centanni <[email protected]>
1 parent 545680c commit 66dd6b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chart/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@ controlPlane:
590590
memory: 2Gi
591591
# Requests are minimal resources that will be consumed by the container
592592
requests:
593-
ephemeral-storage: 400Mi
593+
ephemeral-storage: 1Gi
594594
cpu: 200m
595595
memory: 256Mi
596596
# Additional labels or annotations for the statefulSet pods.

0 commit comments

Comments
 (0)