From 3d6f92be5de31b643c31bcebde0e432f7e18f622 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Sun, 28 Jun 2026 15:35:28 +0000 Subject: [PATCH] add no schedule taint to casa-mini-minion-01, add toleration to deployments --- deploy/app/statefulset.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/deploy/app/statefulset.yaml b/deploy/app/statefulset.yaml index fdcf2be..8c7bdf1 100644 --- a/deploy/app/statefulset.yaml +++ b/deploy/app/statefulset.yaml @@ -18,6 +18,12 @@ spec: hostNetwork: true nodeSelector: kubernetes.io/hostname: casa-mini-minion-01 + tolerations: + - key: "infra.limbosolutions.com/dedicated" + operator: "Equal" + value: "casa-mini-minion-01" + effect: "NoSchedule" + containers: - name: mosquitto ### Maintained by flux - Image Update Automation