Skip to content

Commit 9cece36

Browse files
committed
ci: Increase memory
Signed-off-by: Vincent Boutour <bob@vibioh.fr>
1 parent d84ae18 commit 9cece36

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

infra/api.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@ spec:
4545
- effect: NoSchedule
4646
key: node-role.kubernetes.io/storage
4747
operator: Exists
48+
resources:
49+
limits:
50+
memory: "256Mi"
51+
requests:
52+
memory: "256Mi"
4853
securityContext:
4954
runAsGroup: 1000
5055
runAsUser: 1000

0 commit comments

Comments
 (0)