File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
edge-helm-charts/charts/mqtt-broker/templates Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3636 # This prevents back-offs that might occur during cluster scaling operations
3737 cluster-autoscaler.kubernetes.io/safe-to-evict : " true"
3838
39- # This annotation disables AppArmor restrictions for the mosquitto container
39+ # This annotation disables AppArmor restrictions for the mqtt-broker container
4040 # This prevents security-related back-offs that might occur due to AppArmor policies
41- container.apparmor.security.beta.kubernetes.io/mosquitto : " unconfined"
41+ container.apparmor.security.beta.kubernetes.io/mqtt-broker : " unconfined"
4242 spec :
4343 # Setting restartPolicy to Always ensures the pod will be restarted if it exits
4444 # While this doesn't directly disable back-offs, it works with other settings
You can’t perform that action at this time.
0 commit comments