Skip to content

Commit

Permalink
chore(mw): raise memory requests, lower number of replicas
Browse files Browse the repository at this point in the history
  • Loading branch information
m90 committed Nov 8, 2023
1 parent c062786 commit a0f8d69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions k8s/helmfile/env/production/mediawiki-139.values.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ image:

replicaCount:
backend: 2
web: 3
web: 2
webapi: 2
alpha: 1

Expand Down Expand Up @@ -53,7 +53,7 @@ resources:
web:
requests:
cpu: 150m
memory: 350Mi
memory: 1000Mi
limits:
cpu: 400m
memory: 2000Mi
Expand Down

0 comments on commit a0f8d69

Please sign in to comment.