Skip to content

Commit 116388a

Browse files
authored
remove cpu requests (#2390)
1 parent c5d64bf commit 116388a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

k8s/helmfile/env/staging/mediawiki-139.values.yaml.gotmpl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,28 +20,28 @@ mw:
2020
resources:
2121
web:
2222
requests:
23-
cpu: 100m
23+
cpu: null
2424
memory: 250Mi
2525
limits:
2626
cpu: null
2727
memory: 750Mi
2828
webapi:
2929
requests:
30-
cpu: 100m
30+
cpu: null
3131
memory: 125Mi
3232
limits:
3333
cpu: null
3434
memory: 1200Mi
3535
alpha:
3636
requests:
37-
cpu: 50m
37+
cpu: null
3838
memory: 40Mi
3939
limits:
4040
cpu: null
4141
memory: 600Mi
4242
backend:
4343
requests:
44-
cpu: 125m
44+
cpu: null
4545
memory: 200Mi
4646
limits:
4747
cpu: null

0 commit comments

Comments
 (0)