Add tolerations for blockbox exporter

This commit is contained in:
2023-01-16 08:42:13 +11:00
parent b7b17b63ae
commit acdb765935
+14
View File
@@ -75,6 +75,20 @@ spec:
enabled: true
ingress:
enabled: true
blackboxExporter:
tolerations:
- key: "node"
operator: "Equal"
value: "special"
effect: "NoSchedule"
- key: node-role.kubernetes.io/master
operator: Equal
value: ""
effect: NoSchedule
- key: node-role.kubernetes.io/control-plane
operator: Equal
value: ""
effect: NoSchedule
destination:
server: https://192.168.1.2:6443
namespace: default