Update to schedule only on control planes. The bare metal nodes.

This commit is contained in:
Joseph Hanson 2024-02-29 11:34:53 -06:00
parent 2cd41cd98a
commit adf3379fcb

View file

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