Skip to content

Commit

Permalink
update cpu requests for daemonset (linux+windows) (#606)
Browse files Browse the repository at this point in the history
* update cpu limits for daemonset linux+windows

* revert pipeline update
  • Loading branch information
bragi92 authored Sep 26, 2023
1 parent 16b9723 commit 59a8bca
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
cpu: 200m
memory: 1Gi
requests:
cpu: 75m
cpu: 50m
memory: 150Mi
{{- if and (.Values.AzureMonitorMetrics.ArcExtension) (.Values.Azure.proxySettings.isProxyEnabled) }}
envFrom:
Expand Down Expand Up @@ -311,7 +311,7 @@ spec:
cpu: 500m
memory: 1Gi
requests:
cpu: 500m
cpu: 150m
memory: 500Mi
env:
- name: CLUSTER
Expand Down

0 comments on commit 59a8bca

Please sign in to comment.