feat: add deployment strategy. Default is recreate since replica will be 1
This commit is contained in:
parent
32f7278a02
commit
7cde4894f3
2 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: stalwart-mail
|
name: stalwart-mail
|
||||||
description: Stalwart is a JMAP, IMAP4 and SMTP server
|
description: Stalwart is a JMAP, IMAP4 and SMTP server
|
||||||
version: 0.2.1
|
version: 0.2.2
|
||||||
appVersion: 0.8.1
|
appVersion: 0.8.1
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: Tommy Skaug
|
- name: Tommy Skaug
|
||||||
|
|
|
@ -18,6 +18,8 @@ spec:
|
||||||
{{- toYaml . | nindent 8 }}
|
{{- toYaml . | nindent 8 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
spec:
|
spec:
|
||||||
|
strategy:
|
||||||
|
{{- toYaml .Values.strategy | nindent 8 }}
|
||||||
serviceAccountName: {{ include "stalwart-mail.fullname" . }}
|
serviceAccountName: {{ include "stalwart-mail.fullname" . }}
|
||||||
containers:
|
containers:
|
||||||
- name: stalwart-mail
|
- name: stalwart-mail
|
||||||
|
|
Loading…
Reference in a new issue