Another prometheus resources tweak to prevent being killed during restarts

This commit is contained in:
Stefan Reimer 2020-09-10 14:09:23 +01:00
parent db5e587070
commit f99cb5b21b
1 changed files with 2 additions and 2 deletions

View File

@ -109,10 +109,10 @@ prometheus-operator:
resources:
requests:
memory: "1024Mi"
memory: "1Gi"
cpu: "500m"
limits:
memory: "2048Mi"
memory: "3Gi"
cpu: "1000m"
storageSpec: