Browse Source

Merge branch 'master' of https://github.com/chrislusf/seaweedfs

pull/2652/head
chrislu 3 years ago
parent
commit
0901438bd2
  1. 2
      k8s/helm_charts2/templates/volume-statefulset.yaml

2
k8s/helm_charts2/templates/volume-statefulset.yaml

@ -40,7 +40,7 @@ spec:
imagePullSecrets: imagePullSecrets:
- name: {{ .Values.global.imagePullSecrets }} - name: {{ .Values.global.imagePullSecrets }}
{{- end }} {{- end }}
terminationGracePeriodSeconds: 10
terminationGracePeriodSeconds: 150
{{- if .Values.volume.priorityClassName }} {{- if .Values.volume.priorityClassName }}
priorityClassName: {{ .Values.volume.priorityClassName | quote }} priorityClassName: {{ .Values.volume.priorityClassName | quote }}
{{- end }} {{- end }}

Loading…
Cancel
Save