update values for the kubernetes-event-exporter

This commit is contained in:
2024-06-27 15:55:19 +10:00
parent 6e118f5a3a
commit 1ea019717e

View File

@@ -28,6 +28,12 @@ spec:
namespace: "{{ .Namespace }}" namespace: "{{ .Namespace }}"
component: "{{ .Source.Component }}" component: "{{ .Source.Component }}"
host: "{{ .Source.Host }}" host: "{{ .Source.Host }}"
containerSecurityContext:
enabled: true
runAsNonRoot: false
privileged: true
readOnlyRootFilesystem: false
allowPrivilegeEscalation: true
nodeSelector: nodeSelector:
kubernetes.io/hostname: rpi5-cluster-node-1 kubernetes.io/hostname: rpi5-cluster-node-1
metrics: metrics: