Skip to content

Commit c71f6c7

Browse files
committed
ci(infra): [skip ci] Fix memory limit
Signed-off-by: Vincent Boutour <bob@vibioh.fr>
1 parent 2d39bcc commit c71f6c7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

infra/api.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ spec:
4949
operator: Exists
5050
resources:
5151
limits:
52-
memory: "512i"
52+
memory: "512Mi"
5353
requests:
54-
memory: "512i"
54+
memory: "512Mi"
5555
securityContext:
5656
runAsGroup: 1000
5757
runAsUser: 1000

0 commit comments

Comments
 (0)