copy pasta
This commit is contained in:
parent
5d98fd8019
commit
44587fc33a
1 changed files with 6 additions and 5 deletions
|
@ -26,11 +26,12 @@ spec:
|
||||||
fullnameOverride: *app
|
fullnameOverride: *app
|
||||||
# incompatible drives cause false positives for smart failures.
|
# incompatible drives cause false positives for smart failures.
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
kubernetes.io/hostname: gandalf-01
|
matchExpressions:
|
||||||
operator: NotIn
|
- key: kubernetes.io/hostname
|
||||||
values:
|
operator: NotIn
|
||||||
- gandalf-01
|
values:
|
||||||
- shadowfax-01
|
- gandalf-01
|
||||||
|
- shadowfax-01
|
||||||
serviceMonitor:
|
serviceMonitor:
|
||||||
enabled: true
|
enabled: true
|
||||||
prometheusRules:
|
prometheusRules:
|
||||||
|
|
Loading…
Reference in a new issue