From 42cbe06415e4bcb82abdbb40eedfe7eb4461a32d Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Sun, 31 May 2020 21:32:53 +0200 Subject: [PATCH] change to recreate strategy for mosquitto --- mosquitto/deployment.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mosquitto/deployment.yaml b/mosquitto/deployment.yaml index 61a733b..535b37b 100644 --- a/mosquitto/deployment.yaml +++ b/mosquitto/deployment.yaml @@ -12,6 +12,8 @@ spec: selector: matchLabels: app: mosquitto + strategy: + type: Recreate template: metadata: labels: