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
|
||||
name: stalwart-mail
|
||||
description: Stalwart is a JMAP, IMAP4 and SMTP server
|
||||
version: 0.2.1
|
||||
version: 0.2.2
|
||||
appVersion: 0.8.1
|
||||
maintainers:
|
||||
- name: Tommy Skaug
|
||||
|
|
|
@ -18,6 +18,8 @@ spec:
|
|||
{{- toYaml . | nindent 8 }}
|
||||
{{- end }}
|
||||
spec:
|
||||
strategy:
|
||||
{{- toYaml .Values.strategy | nindent 8 }}
|
||||
serviceAccountName: {{ include "stalwart-mail.fullname" . }}
|
||||
containers:
|
||||
- name: stalwart-mail
|
||||
|
|
Loading…
Reference in a new issue