Consolidate monitoring stack to Kube master nodes

This commit is contained in:
2024-08-23 07:58:26 +03:00
parent 18483197c9
commit 67fb6c3727
7 changed files with 28 additions and 29 deletions

View File

@@ -39,12 +39,12 @@ spec:
configMap:
name: snmp-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
topologySpreadConstraints:
- maxSkew: 1
topologyKey: topology.kubernetes.io/zone