Update to schedule only on control planes. The bare metal nodes.
This commit is contained in:
parent
2cd41cd98a
commit
adf3379fcb
1 changed files with 8 additions and 1 deletions
|
@ -34,4 +34,11 @@ spec:
|
|||
serviceMonitor:
|
||||
enabled: true
|
||||
prometheusRules:
|
||||
enabled: false
|
||||
enabled: false
|
||||
tolerations:
|
||||
- effect: NoSchedule
|
||||
operator: Exists
|
||||
nodeSelector: {
|
||||
# only control plane nodes
|
||||
kubernetes.io/role: control-plane
|
||||
}
|
Loading…
Reference in a new issue