change update-strategy for uba and sepa to Recreate

main
Johannes Wicovsky 3 years ago
parent 8eee612820
commit f7bfbb28b3

@ -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"

@ -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"

Loading…
Cancel
Save