all but vms

This commit is contained in:
Joseph Hanson 2024-10-27 23:18:03 -05:00
parent 9a9be03cc9
commit 6f29438222
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -18,6 +18,17 @@ spec:
controllers: controllers:
smartctl-exporter: smartctl-exporter:
type: daemonset type: daemonset
pod:
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: kubernetes.io/hostname
operator: NotIn
values:
- gandalf-01
- shadowfax-01
containers: containers:
app: app:
image: image:
@ -28,7 +39,6 @@ spec:
- --smartctl.interval=120s - --smartctl.interval=120s
- --web.listen-address=0.0.0.0:9633 - --web.listen-address=0.0.0.0:9633
- --web.telemetry-path=/metrics - --web.telemetry-path=/metrics
- --smartctl.device-exclude=".*incus_root.*"
securityContext: securityContext:
privileged: true privileged: true
runAsUser: 0 runAsUser: 0