Skip to content

Commit d5cfe98

Browse files
committed
Resource tuning for Grafana and Prometheus
...and the alert manager.
1 parent 93b4b2b commit d5cfe98

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

kustomize/monitoring/alertmanager/deployment.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ spec:
2828
port: 9093
2929
resources:
3030
requests:
31-
cpu: 10m
32-
memory: 50Mi
31+
cpu: 1m
3332
limits:
3433
cpu: 50m
3534
memory: 100Mi

kustomize/monitoring/grafana/deployment.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,9 @@ spec:
5555
resources:
5656
requests:
5757
cpu: 50m
58-
memory: 100Mi
5958
limits:
60-
cpu: 200m
61-
memory: 200Mi
59+
cpu: 500m
60+
memory: 300Mi
6261
volumeMounts:
6362
- mountPath: /data
6463
name: grafanadata

kustomize/monitoring/prometheus/deployment.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,10 @@ spec:
2323
port: 9090
2424
resources:
2525
requests:
26-
cpu: 10m
27-
memory: 200Mi
26+
cpu: 20m
2827
limits:
29-
cpu: 50m
30-
memory: 400Mi
28+
cpu: 200m
29+
memory: 500Mi
3130
volumeMounts:
3231
- mountPath: /etc/prometheus
3332
name: prometheusconf

0 commit comments

Comments
 (0)