Skip to content

Commit 3fbaf0b

Browse files
fix(sizing): set minimum cpu limit as 2 cpu for springboot services (#565)
Signed-off-by: Joris Mancini <[email protected]>
1 parent 808af7e commit 3fbaf0b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

k8s/components/gridsuite/patches/cpu/deployments-springboot-cpu-xs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ spec:
1313
requests:
1414
cpu: "500m"
1515
limits:
16-
cpu: "1000m"
16+
cpu: "2000m"

k8s/components/gridsuite/patches/cpu/deployments-springboot-cpu-xxs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ spec:
1313
requests:
1414
cpu: "100m"
1515
limits:
16-
cpu: "500m"
16+
cpu: "2000m"

0 commit comments

Comments
 (0)