forked from k-space/kube
		
	Consolidate monitoring stack to Kube master nodes
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user