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