Skip to content

Commit

Permalink
ci: Increase memory
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Boutour <[email protected]>
  • Loading branch information
ViBiOh committed Jan 30, 2023
1 parent 254b9aa commit b07ac2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infra/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ spec:
operator: Exists
resources:
limits:
memory: "256Mi"
memory: "512i"
requests:
memory: "256Mi"
memory: "512i"
securityContext:
runAsGroup: 1000
runAsUser: 1000
Expand Down

0 comments on commit b07ac2a

Please sign in to comment.