From ed7c3422ed1de823651d5cffc99619726bca751b Mon Sep 17 00:00:00 2001 From: bragi92 Date: Thu, 4 Jan 2024 17:03:03 -0800 Subject: [PATCH] [managed prometheus] remove request values for windows ama-metrics daemonset (old behavior) (#707) --- .../templates/ama-metrics-daemonset.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/otelcollector/deploy/addon-chart/azure-monitor-metrics-addon/templates/ama-metrics-daemonset.yaml b/otelcollector/deploy/addon-chart/azure-monitor-metrics-addon/templates/ama-metrics-daemonset.yaml index c90161448..a44d9871e 100644 --- a/otelcollector/deploy/addon-chart/azure-monitor-metrics-addon/templates/ama-metrics-daemonset.yaml +++ b/otelcollector/deploy/addon-chart/azure-monitor-metrics-addon/templates/ama-metrics-daemonset.yaml @@ -310,9 +310,6 @@ spec: limits: cpu: 500m memory: 1Gi - requests: - cpu: 150m - memory: 500Mi env: - name: CLUSTER value: "{{ .Values.global.commonGlobals.Customer.AzureResourceID }}"