Skip to content

Commit a5c12e9

Browse files
updaitng rs limit to 1gb (#474)
1 parent 18c27dd commit a5c12e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/azuremonitor-containers/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,4 +133,4 @@ omsagent:
133133
memory: 250Mi
134134
limits:
135135
cpu: 1
136-
memory: 750Mi
136+
memory: 1Gi

kubernetes/omsagent.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ spec:
504504
resources:
505505
limits:
506506
cpu: 1
507-
memory: 750Mi
507+
memory: 1Gi
508508
requests:
509509
cpu: 150m
510510
memory: 250Mi

0 commit comments

Comments
 (0)