mirror of
https://github.com/wahyd4/home-argocd.git
synced 2026-08-09 05:06:20 +10:00
Add tolerations for blockbox exporter
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user