Skip to content

Commit

Permalink
updaitng rs limit to 1gb (#474)
Browse files Browse the repository at this point in the history
  • Loading branch information
rashmichandrashekar authored Dec 4, 2020
1 parent 18c27dd commit a5c12e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/azuremonitor-containers/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,4 +133,4 @@ omsagent:
memory: 250Mi
limits:
cpu: 1
memory: 750Mi
memory: 1Gi
2 changes: 1 addition & 1 deletion kubernetes/omsagent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ spec:
resources:
limits:
cpu: 1
memory: 750Mi
memory: 1Gi
requests:
cpu: 150m
memory: 250Mi
Expand Down

0 comments on commit a5c12e9

Please sign in to comment.