Limit Prometheus to 1Gi of memory

This commit is contained in:
Jim Martens 2023-11-10 09:54:34 +01:00
parent da442e41e8
commit c110d1885e
1 changed files with 9 additions and 1 deletions

View File

@ -33,6 +33,10 @@ kube-prometheus-stack:
prometheus:
networkPolicy:
enabled: true
egress:
- {}
ingress:
- {}
prometheusSpec:
replicas: &replicas 1
retention: 6h
@ -53,7 +57,11 @@ kube-prometheus-stack:
name: thanos-object-storage-config
resources:
requests:
memory: 400Mi
memory: 1Gi
cpu: 400m
limits:
memory: 1Gi
cpu: 800m
thanosServiceMonitor:
enabled: true
thanosServiceExternal: