set as host network as change image and imagePullPolicy

This commit is contained in:
Márcio Fernandes
2026-06-21 15:11:15 +00:00
parent 4909c12d0e
commit eebf1e7ded
+2 -2
View File
@@ -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: