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
  • Loading branch information
sky333999 committed Dec 17, 2024
1 parent dc0552a commit 15fc300
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 @@ -47,7 +47,7 @@ containerLogs:
requests:
cpu: 50m
memory: 25Mi
priorityClassName: ""
priorityClassName: "system-node-critical"
config:
service: |
[SERVICE]
Expand Down Expand Up @@ -1198,7 +1198,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 15fc300

Please sign in to comment.