Skip to content

Commit

Permalink
Do not apply default tolerations to CWAOperator and set the default p…
Browse files Browse the repository at this point in the history
…riority class name to system-node-critical for CWA and FluentBit (#137)
  • Loading branch information
sky333999 authored Dec 17, 2024
1 parent bbd47b1 commit 2d9451c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,3 @@ spec:
secretName: {{ template "amazon-cloudwatch-observability.certificateSecretName" . }}
nodeSelector:
kubernetes.io/os: linux
{{- with .Values.tolerations }}
tolerations: {{- toYaml . | nindent 6}}
{{- end }}
4 changes: 2 additions & 2 deletions charts/amazon-cloudwatch-observability/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ containerLogs:
requests:
cpu: 50m
memory: 25Mi
priorityClassName: ""
priorityClassName: "system-node-critical"
config:
service: |
[SERVICE]
Expand Down Expand Up @@ -1323,7 +1323,7 @@ agent:
us-gov-east-1: 743662458514.dkr.ecr.us-gov-east-1.amazonaws.com
us-gov-west-1: 743662458514.dkr.ecr.us-gov-west-1.amazonaws.com
enabled: true
priorityClassName: ""
priorityClassName: "system-node-critical"
resources:
requests:
memory: 128Mi
Expand Down

0 comments on commit 2d9451c

Please sign in to comment.