mirror of
https://github.com/wahyd4/home-argocd.git
synced 2026-08-08 21:05:09 +10:00
Add speaker tolerances to allow it to run on controler plane
This commit is contained in:
+15
-2
@@ -12,8 +12,21 @@ spec:
|
||||
targetRevision: 4.3.0
|
||||
helm:
|
||||
releaseName: metallb
|
||||
# valueFiles: ['metallb-values.yaml']
|
||||
# values: {}
|
||||
values: |
|
||||
speaker:
|
||||
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: nginx-ingress
|
||||
|
||||
Reference in New Issue
Block a user