copy pasta

This commit is contained in:
Joseph Hanson 2024-10-27 22:43:45 -05:00
parent 5d98fd8019
commit 44587fc33a
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -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: