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: ...@@ -17,6 +17,7 @@ spec:
{{- if eq .Values.vikingService.kind "Deployment" }} {{- if eq .Values.vikingService.kind "Deployment" }}
minReadySeconds: {{ .Values.vikingService.minReadySeconds }} minReadySeconds: {{ .Values.vikingService.minReadySeconds }}
{{- else }} {{- else }}
podManagementPolicy: Parallel
serviceName: {{ template "viking-service.fullname" . }} serviceName: {{ template "viking-service.fullname" . }}
{{- if .Values.vikingService.persistentVolume.enabled }} {{- if .Values.vikingService.persistentVolume.enabled }}
volumeClaimTemplates: 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