Skip to content

Commit

Permalink
feat(fluent-bit): set system-node-critical as default priorityClass
Browse files Browse the repository at this point in the history
  • Loading branch information
m00lecule committed Jul 25, 2024
1 parent 070a81a commit b4cef35
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ spec:
terminationGracePeriodSeconds: 10
hostNetwork: true
dnsPolicy: ClusterFirstWithHostNet
priorityClassName: {{ .Values.containerLogs.fluentBit.priorityClassName }}
volumes:
- name: fluentbitstate
hostPath:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ spec:
hostProcess: true
runAsUserName: "NT AUTHORITY\\System"
hostNetwork: true
priorityClassName: {{ .Values.containerLogs.fluentBit.priorityClassName }}
nodeSelector:
kubernetes.io/os: windows
containers:
Expand Down
1 change: 1 addition & 0 deletions charts/amazon-cloudwatch-observability/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ containerLogs:
requests:
cpu: 50m
memory: 25Mi
priorityClassName: system-node-critical
config:
service: |
[SERVICE]
Expand Down

0 comments on commit b4cef35

Please sign in to comment.