fix(node-exporter): Add toleration for ingress node

This commit is contained in:
Tanguy Herbron 2024-11-11 21:27:34 +01:00
parent 11eefe9cdb
commit 6de3bc6380

View File

@ -46,6 +46,11 @@ spec:
mountPropagation: HostToContainer
name: root
readOnly: true
tolerations:
- key: type
operator: Equal
value: services
effect: NoSchedule
volumes:
- hostPath:
path: /sys