Skip to content

Commit

Permalink
Add request on deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasSamson committed Nov 3, 2023
1 parent dbb1308 commit 5dbdbf5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions helm/api-platform/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ php:
- "192.168.0.0/16"
caddyGlobalOptions: ""
resources:
# requests:
# memory: 100mMi
# cpu: 50m
# limits:
# memory: 300Mi
# cpu: 150m
requests:
memory: 100Mi
cpu: 50m
limits:
memory: 300Mi
cpu: 150m
# caddyGlobalOptions: |
# order cache before rewrite
# cache {
Expand Down

0 comments on commit 5dbdbf5

Please sign in to comment.