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 25fd497
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
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
4 changes: 3 additions & 1 deletion 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 Expand Up @@ -624,4 +625,5 @@ neuronMonitor:
capabilities:
add: ["SYS_ADMIN"]
serviceAccount:
name: # override exporter service account name
name: # override exporter service account name

0 comments on commit 25fd497

Please sign in to comment.