Skip to content

Commit

Permalink
Merge pull request kubernetes#1783 from mm4tt/prometheus-operator-limits
Browse files Browse the repository at this point in the history
Update prometheus-operator mem/cpu request/limits
  • Loading branch information
k8s-ci-robot authored Apr 15, 2021
2 parents 5e3b31e + dec0494 commit 5aee316
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ spec:
resources:
limits:
cpu: 200m
memory: 200Mi
memory: {{IfThenElse (lt .Nodes 500) 200 400}}Mi
requests:
cpu: 100m
memory: 100Mi
cpu: 200m
memory: {{IfThenElse (lt .Nodes 500) 200 400}}Mi
securityContext:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
Expand Down

0 comments on commit 5aee316

Please sign in to comment.