Skip to content

Commit

Permalink
chore: updates Arc monitoring resources
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 6, 2023
1 parent 129931f commit 4e12aa6
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
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
securityContext:
{{- if eq .Values.Azure.Cluster.Distribution "openshift" }}
privileged: true
{{- end }}
affinity:
{{ toYaml .Values.linux.affinity | indent 8 }}
{{- if .Values.linux.priorityClassName }}
Expand Down

0 comments on commit 4e12aa6

Please sign in to comment.