all but vms
This commit is contained in:
parent
9a9be03cc9
commit
6f29438222
1 changed files with 11 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue