Skip to content

Commit

Permalink
chore: updates Arc monitoring resources (#1090)
Browse files Browse the repository at this point in the history
Signed-off-by: Nilekh Chaudhari <1626598+nilekhc@users.noreply.github.com>
  • Loading branch information
nilekhc committed Mar 7, 2023
1 parent 351ef0c commit 0b34cbe
Showing 1 changed file with 6 additions and 2 deletions.
Expand Up @@ -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
Expand All @@ -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 }}
Expand Down

0 comments on commit 0b34cbe

Please sign in to comment.