From eebf1e7ded56663f5b743d64a410241f48f768f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Sun, 21 Jun 2026 15:11:15 +0000 Subject: [PATCH] set as host network as change image and imagePullPolicy --- deploy/app/statefulset.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/app/statefulset.yaml b/deploy/app/statefulset.yaml index ff23653..0c21628 100644 --- a/deploy/app/statefulset.yaml +++ b/deploy/app/statefulset.yaml @@ -15,9 +15,9 @@ spec: labels: app: mosquitto spec: + hostNetwork: true nodeSelector: kubernetes.io/hostname: casa - tolerations: - key: "node-role.kubernetes.io/control-plane" operator: "Exists" @@ -27,7 +27,7 @@ spec: ### Maintained by flux - Image Update Automation image: eclipse-mosquitto:latest@sha256:a908c65cc8e67ec9d292ef27c2c0360dbaaee7eb1b935cdd194e67697f15dea1 # {"$imagepolicy": "mqtt:eclipse-mosquitto"} ### - imagePullPolicy: Always + imagePullPolicy: IfNotPresent command: ["/usr/sbin/mosquitto"] args: ["-c", "/etc/mosquitto/mosquitto.conf"] ports: