From e1d737ce796b043e9809107a88f09edf73326b17 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Sun, 31 Jan 2021 17:42:50 +0100 Subject: [PATCH] use recreate strategy --- docspell/joex/deployment.yaml | 3 ++- docspell/restserver/deployment.yaml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docspell/joex/deployment.yaml b/docspell/joex/deployment.yaml index ee36415..a727254 100644 --- a/docspell/joex/deployment.yaml +++ b/docspell/joex/deployment.yaml @@ -10,7 +10,8 @@ spec: selector: matchLabels: app: joex - strategy: {} + strategy: + type: Recreate template: metadata: labels: diff --git a/docspell/restserver/deployment.yaml b/docspell/restserver/deployment.yaml index 9a428d3..e49064c 100644 --- a/docspell/restserver/deployment.yaml +++ b/docspell/restserver/deployment.yaml @@ -10,7 +10,8 @@ spec: selector: matchLabels: app: restserver - strategy: {} + strategy: + type: Recreate template: metadata: labels: