Commit 21270059 authored by Lars Fenneberg's avatar Lars Fenneberg

Helm charts: Switch StatefulSet to parallel pod management policy

parent 09a0f248
......@@ -17,6 +17,7 @@ spec:
{{- if eq .Values.vikingService.kind "Deployment" }}
minReadySeconds: {{ .Values.vikingService.minReadySeconds }}
{{- else }}
podManagementPolicy: Parallel
serviceName: {{ template "viking-service.fullname" . }}
{{- if .Values.vikingService.persistentVolume.enabled }}
volumeClaimTemplates:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment