Skip to content

Commit 832e034

Browse files
fix(sizing): set minimum cpu limit as 1 cpu for apache services (#566)
Signed-off-by: Joris Mancini <[email protected]>
1 parent 80c0ee8 commit 832e034

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

k8s/components/gridsuite/patches/deployments-apache.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ spec:
2020
memory: "128Mi"
2121
ephemeral-storage: 12Mi
2222
limits:
23-
cpu: "500m"
23+
cpu: "1000m"
2424
memory: "128Mi"
2525
ephemeral-storage: 64Mi
2626
startupProbe:

0 commit comments

Comments
 (0)