Skip to content

Commit

Permalink
ci(k8s): Increasing ressources allocations
Browse files Browse the repository at this point in the history
  • Loading branch information
ViBiOh committed Jan 7, 2021
1 parent aea36f1 commit e96b3b2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions infra/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,13 @@ spec:
operator: In
values:
- bob
resources:
limits:
cpu: 400m
memory: 64Mi
requests:
cpu: 400m
memory: 64Mi
securityContext:
runAsGroup: 1000
runAsUser: 1000
Expand Down

0 comments on commit e96b3b2

Please sign in to comment.