Skip to content

Commit

Permalink
fix(gdp): raise resource limits
Browse files Browse the repository at this point in the history
  • Loading branch information
jfroy committed Sep 13, 2024
1 parent 2898142 commit ea6478c
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ spec:
name: http
resources:
requests:
cpu: 10m
memory: 20Mi
cpu: 20m
memory: 48Mi
limits:
cpu: 10m
memory: 20Mi
cpu: 20m
memory: 48Mi
securityContext:
privileged: true
readOnlyRootFilesystem: true
Expand Down

0 comments on commit ea6478c

Please sign in to comment.