ntfy: add updateStrategy with default 'recreate'
This commit is contained in:
parent
eab82cac05
commit
76aaf8c830
2 changed files with 6 additions and 0 deletions
|
@ -28,6 +28,9 @@ spec:
|
|||
imagePullSecrets:
|
||||
{{- toYaml . | nindent 8 }}
|
||||
{{- end }}
|
||||
{{- if .Values.updateStrategy }}
|
||||
updateStrategy: {{- toYaml .Values.updateStrategy | nindent 4 }}
|
||||
{{- end }}
|
||||
serviceAccountName: {{ include "ntfy.serviceAccountName" . }}
|
||||
securityContext:
|
||||
{{- toYaml .Values.podSecurityContext | nindent 8 }}
|
||||
|
|
|
@ -14,6 +14,9 @@ imagePullSecrets: []
|
|||
nameOverride: ""
|
||||
fullnameOverride: ""
|
||||
|
||||
updateStrategy:
|
||||
type: Recreate
|
||||
|
||||
ntfy:
|
||||
baseURL: "https://ntfy.example.org"
|
||||
listen:
|
||||
|
|
Loading…
Add table
Reference in a new issue