fix(maintenance): sweep simulation node images

This commit is contained in:
jenkins 2026-07-25 02:28:56 -03:00
parent 2907f615d4
commit d8d308dafc

View File

@ -25,6 +25,14 @@ spec:
- key: node-role.kubernetes.io/master
operator: Exists
effect: NoSchedule
- key: veles.bstein.dev/simulation
operator: Equal
value: "true"
effect: NoSchedule
- key: cassandra.bstein.dev/simulation
operator: Equal
value: "true"
effect: NoSchedule
nodeSelector:
kubernetes.io/os: linux
containers: