Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
{{- end }}
imagePullPolicy: IfNotPresent
resources:
{{ toYaml .Values.omsagent.resources.daemonset-windows | indent 9 }}
{{ toYaml .Values.omsagent.resources.daemonsetwindows | indent 9 }}
env:
{{- if ne .Values.omsagent.env.clusterId "<your_cluster_id>" }}
- name: AKS_RESOURCE_ID
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ spec:
{{- end }}
imagePullPolicy: IfNotPresent
resources:
{{ toYaml .Values.omsagent.resources.daemonset-linux | indent 9 }}
{{ toYaml .Values.omsagent.resources.daemonsetlinux | indent 9 }}
env:
{{- if ne .Values.omsagent.env.clusterId "<your_cluster_id>" }}
- name: AKS_RESOURCE_ID
Expand Down
4 changes: 2 additions & 2 deletions charts/azuremonitor-containers/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,14 +116,14 @@ omsagent:
## ref: http://kubernetes.io/docs/user-guide/compute-resources/
##
resources:
daemonset-linux:
daemonsetlinux:
requests:
cpu: 75m
memory: 225Mi
limits:
cpu: 150m
memory: 600Mi
daemonset-windows:
daemonsetwindows:
limits:
cpu: 200m
memory: 600Mi
Expand Down