Skip to content

Commit

Permalink
lift cpu limits for mediawiki resources (#1790)
Browse files Browse the repository at this point in the history
  • Loading branch information
deer-wmde committed Oct 15, 2024
1 parent 3457d48 commit 9950603
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 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 @@ -59,26 +59,26 @@ resources:
cpu: 500m
memory: 1600Mi
limits:
cpu: '1'
cpu: null
memory: 2800Mi
webapi:
requests:
cpu: 200m
memory: 250Mi
limits:
cpu: 500m
cpu: null
memory: 1200Mi
alpha:
requests:
cpu: 50m
memory: 40Mi
limits:
cpu: 500m
cpu: null
memory: 600Mi
backend:
requests:
cpu: 500m
memory: 600Mi
limits:
cpu: 1000m
cpu: null
memory: 1200Mi
8 changes: 4 additions & 4 deletions k8s/helmfile/env/staging/mediawiki-139.values.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -23,26 +23,26 @@ resources:
cpu: 100m
memory: 250Mi
limits:
cpu: 400m
cpu: null
memory: 750Mi
webapi:
requests:
cpu: 100m
memory: 125Mi
limits:
cpu: 500m
cpu: null
memory: 1200Mi
alpha:
requests:
cpu: 50m
memory: 40Mi
limits:
cpu: 500m
cpu: null
memory: 600Mi
backend:
requests:
cpu: 125m
memory: 200Mi
limits:
cpu: 1000m
cpu: null
memory: 1200Mi

0 comments on commit 9950603

Please sign in to comment.