Skip to content

Commit 808af7e

Browse files
fix(sizing): increase cpu for explore and directory (#563)
Both goes from xxs to s Signed-off-by: Joris Mancini <[email protected]>
1 parent 8e1bedf commit 808af7e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

k8s/resources/study/directory-server-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ metadata:
1010
gridsuite.org/springboot-with-rabbitmq: "true"
1111
gridsuite.org/springboot-with-elasticsearch: "true"
1212
annotations:
13-
gridsuite.org/cpu: cpu-xxs
13+
gridsuite.org/cpu: cpu-s
1414
gridsuite.org/memory: memory-springnative-xs
1515
spec:
1616
selector:

k8s/resources/study/explore-server-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ metadata:
88
app.kubernetes.io/component: gridsuite-springboot
99
gridsuite.org/springboot-with-rabbitmq: "true"
1010
annotations:
11-
gridsuite.org/cpu: cpu-xxs
11+
gridsuite.org/cpu: cpu-s
1212
gridsuite.org/memory: memory-s
1313
spec:
1414
selector:

0 commit comments

Comments
 (0)