Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,3 +110,5 @@ spec:
tolerations:
{{- toYaml . | nindent 8 }}
{{- end }}
strategy:
type: {{ .Values.updateStrategy.type }}
4 changes: 4 additions & 0 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,10 @@ persistence:
# -- actual storageClass
storageClass: ""

# when persistence.enabled is set to true, strategy should be changed to 'Recreate'
updateStrategy:
type: RollingUpdate

# -- @ignore
resources: {}
# We usually recommend not to specify default resources and to leave this as a conscious
Expand Down