From 11f9ba43d3284caf53b43312b2f271e251c9f81a Mon Sep 17 00:00:00 2001 From: Johannes Wicovsky Date: Fri, 23 Dec 2022 15:13:07 +0100 Subject: [PATCH] change stragegy type for ocr-deployment --- config/default/templates/smardigo-ocr/deployment.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/default/templates/smardigo-ocr/deployment.yml b/config/default/templates/smardigo-ocr/deployment.yml index 29092c7..aedc91c 100644 --- a/config/default/templates/smardigo-ocr/deployment.yml +++ b/config/default/templates/smardigo-ocr/deployment.yml @@ -11,6 +11,8 @@ spec: metadata: labels: app: "{{ .Release.Name }}-smardigo-ocr-backend" + strategy: + type: Recreate spec: containers: - name: "{{ .Release.Name }}-smardigo-ocr-postgres"