Consolidate monitoring stack to Kube master nodes

This commit is contained in:
2024-08-23 08:00:23 +03:00
parent 18483197c9
commit 67fb6c3727
7 changed files with 28 additions and 29 deletions
+3 -4
View File
@@ -180,13 +180,12 @@ spec:
- name: blackbox-exporter-config
configMap:
name: blackbox-exporter-config
# TODO: Results in odd 6s connection lag if scheduled in VLAN20
nodeSelector:
dedicated: monitoring
node-role.kubernetes.io/control-plane: ''
tolerations:
- key: dedicated
- key: node-role.kubernetes.io/control-plane
operator: Equal
value: monitoring
value: ''
effect: NoSchedule
topologySpreadConstraints:
- maxSkew: 1