Another prometheus resources tweak to prevent being killed during restarts
This commit is contained in:
parent
ec1adab48e
commit
13c81dab53
@ -109,10 +109,10 @@ prometheus-operator:
|
|||||||
|
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: "1024Mi"
|
memory: "1Gi"
|
||||||
cpu: "500m"
|
cpu: "500m"
|
||||||
limits:
|
limits:
|
||||||
memory: "2048Mi"
|
memory: "3Gi"
|
||||||
cpu: "1000m"
|
cpu: "1000m"
|
||||||
|
|
||||||
storageSpec:
|
storageSpec:
|
||||||
|
Loading…
Reference in New Issue
Block a user