Skip to content

Commit

Permalink
Test new allocation of mem on all env (!prod)
Browse files Browse the repository at this point in the history
  • Loading branch information
brown-a2 committed Nov 7, 2024
1 parent 28f678b commit 81abdf0
Showing 1 changed file with 30 additions and 30 deletions.
60 changes: 30 additions & 30 deletions helm_deploy/wordpress/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,26 +15,26 @@ nginx:
# Apply pod level resource allocation
resources:
dev:
requests:
cpu: "100m"
memory: "200Mi"
limits:
cpu: "200m"
memory: "400Mi"
demo:
cpu: "300m"
memory: "200Mi"
requests:
cpu: "100m"
memory: "200Mi"
cpu: "50m"
memory: "100Mi"
demo:
limits:
cpu: "200m"
memory: "400Mi"
staging:
cpu: "300m"
memory: "150Mi"
requests:
cpu: "100m"
memory: "200Mi"
cpu: "50m"
memory: "100Mi"
staging:
limits:
cpu: "200m"
memory: "400Mi"
cpu: "300m"
memory: "150Mi"
requests:
cpu: "50m"
memory: "150Mi"
prod:
requests:
cpu: "100m"
Expand All @@ -58,26 +58,26 @@ wp:
# Apply pod level resource allocation
resources:
dev:
requests:
cpu: "300m"
memory: "1000Mi"
limits:
cpu: "800m"
memory: "1600Mi"
demo:
cpu: "700m"
memory: "1800Mi"
requests:
cpu: "300m"
memory: "1000Mi"
cpu: "150m"
memory: "1500Mi"
demo:
limits:
cpu: "800m"
memory: "1600Mi"
staging:
cpu: "700m"
memory: "1800Mi"
requests:
cpu: "300m"
memory: "1000Mi"
cpu: "150m"
memory: "1500Mi"
staging:
limits:
cpu: "800m"
memory: "1600Mi"
cpu: "700m"
memory: "1800Mi"
requests:
cpu: "150m"
memory: "1500Mi"
prod:
requests:
cpu: "500m"
Expand Down

0 comments on commit 81abdf0

Please sign in to comment.