add podManagementPolicy to start all volume server in parallel

fix indent & remove spaces
This commit is contained in:
LazyDBA247-Anyvision
2020-09-10 09:19:49 +03:00
parent b183ae54b5
commit 1d6c443b17

View File

@@ -12,6 +12,7 @@ metadata:
spec: spec:
serviceName: {{ template "seaweedfs.name" . }}-volume serviceName: {{ template "seaweedfs.name" . }}-volume
replicas: {{ .Values.volume.replicas }} replicas: {{ .Values.volume.replicas }}
podManagementPolicy: Parallel
selector: selector:
matchLabels: matchLabels:
app: {{ template "seaweedfs.name" . }} app: {{ template "seaweedfs.name" . }}