diff --git a/config/default/templates/mobene-uba-export/deployment.yml b/config/default/templates/mobene-uba-export/deployment.yml index 0ea2aea..6086884 100644 --- a/config/default/templates/mobene-uba-export/deployment.yml +++ b/config/default/templates/mobene-uba-export/deployment.yml @@ -7,11 +7,12 @@ spec: selector: matchLabels: app: "{{ .Release.Name }}-mobene-uba" + strategy: + type: Recreate template: metadata: labels: app: "{{ .Release.Name }}-mobene-uba" - spec: spec: containers: - name: "{{ .Release.Name }}-mobene-uba" diff --git a/config/default/templates/smardigo-sepa-exporter/deployment.yml b/config/default/templates/smardigo-sepa-exporter/deployment.yml index 10a682c..7f9b051 100644 --- a/config/default/templates/smardigo-sepa-exporter/deployment.yml +++ b/config/default/templates/smardigo-sepa-exporter/deployment.yml @@ -7,11 +7,12 @@ spec: selector: matchLabels: app: "{{ .Release.Name }}-smardigo-sepa-exporter" + strategy: + type: Recreate template: metadata: labels: app: "{{ .Release.Name }}-smardigo-sepa-exporter" - spec: spec: containers: - name: "{{ .Release.Name }}-smardigo-sepa-exporter"