From 0b34cbe4ece53e17274e11e7b63deea300544a40 Mon Sep 17 00:00:00 2001 From: Nilekh Chaudhari <1626598+nilekhc@users.noreply.github.com> Date: Mon, 6 Mar 2023 16:43:13 -0800 Subject: [PATCH] chore: updates Arc monitoring resources (#1090) Signed-off-by: Nilekh Chaudhari <1626598+nilekhc@users.noreply.github.com> --- .../templates/arc-monitoring.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/manifest_staging/charts/csi-secrets-store-provider-azure/templates/arc-monitoring.yaml b/manifest_staging/charts/csi-secrets-store-provider-azure/templates/arc-monitoring.yaml index 814a92d99..cecf76780 100644 --- a/manifest_staging/charts/csi-secrets-store-provider-azure/templates/arc-monitoring.yaml +++ b/manifest_staging/charts/csi-secrets-store-provider-azure/templates/arc-monitoring.yaml @@ -183,10 +183,10 @@ spec: resources: requests: cpu: 50m - memory: 100Mi + memory: 250Mi limits: cpu: 50m - memory: 150Mi + memory: 250Mi env: - name: FLUENTD_CONF value: /etc/fluentd/fluentd.conf @@ -205,6 +205,10 @@ spec: - name: run-journal-vol mountPath: /run/log/journal readOnly: true + {{- if eq .Values.Azure.Cluster.Distribution "openshift" }} + securityContext: + privileged: true + {{- end }} affinity: {{ toYaml .Values.linux.affinity | indent 8 }} {{- if .Values.linux.priorityClassName }}