Skip to content

Commit

Permalink
chore(mediawiki): allocate more RAM and CPU for mediawiki web (#1248)
Browse files Browse the repository at this point in the history
  • Loading branch information
m90 authored Nov 8, 2023
1 parent c15b1b0 commit 3803a47
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions k8s/helmfile/env/production/mediawiki-139.values.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ mw:
resources:
web:
requests:
cpu: 150m
memory: 1200Mi
cpu: 500m
memory: 1600Mi
limits:
cpu: 400m
memory: 2000Mi
cpu: '1'
memory: 2800Mi
webapi:
requests:
cpu: 200m
Expand Down

0 comments on commit 3803a47

Please sign in to comment.