Skip to content

Commit fcbc876

Browse files
author
Diego Luisi
committed
⚡ Add ArgoCD bootstrap files
1 parent ca1137a commit fcbc876

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

apps/kube-prometheus-stack/base/prometheus-operator-values.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@ prometheusOperator:
1010
createCustomResource: false
1111
resources:
1212
requests:
13-
cpu: 50m
14-
memory: 143M
13+
cpu: 30m
14+
memory: 64M
1515
limits:
16-
cpu: 150m
17-
memory: 1192M
16+
cpu: 80m
17+
memory: 128M
1818
prometheusConfigReloader:
1919
resources:
2020
requests:
21-
cpu: 200m
21+
cpu: 50m
2222
memory: 50Mi
2323
limits:
24-
cpu: 400m
24+
cpu: 100m
2525
memory: 50Mi

0 commit comments

Comments
 (0)