forked from k-space/kube
Consolidate monitoring stack to Kube master nodes
This commit is contained in:
@@ -85,12 +85,12 @@ spec:
|
||||
matchLabels:
|
||||
app: mikrotik-exporter
|
||||
nodeSelector:
|
||||
dedicated: monitoring
|
||||
node-role.kubernetes.io/control-plane: ''
|
||||
tolerations:
|
||||
- key: dedicated
|
||||
operator: Equal
|
||||
value: monitoring
|
||||
effect: NoSchedule
|
||||
- key: node-role.kubernetes.io/control-plane
|
||||
operator: Equal
|
||||
value: ''
|
||||
effect: NoSchedule
|
||||
affinity:
|
||||
podAntiAffinity:
|
||||
requiredDuringSchedulingIgnoredDuringExecution:
|
||||
|
Reference in New Issue
Block a user