|
|
@ -92,6 +92,16 @@ spec: |
|
|
|
{{- if .Values.volume.imagesFixOrientation }} |
|
|
|
-images.fix.orientation \ |
|
|
|
{{- end }} |
|
|
|
{{- if .Values.volume.pulseSeconds }} |
|
|
|
-pulseSeconds={{ .Values.volume.pulseSeconds }} \ |
|
|
|
{{- end }} |
|
|
|
{{- if .Values.volume.index }} |
|
|
|
-index={{ .Values.volume.index }} \ |
|
|
|
{{- end }} |
|
|
|
{{- if .Values.volume.fileSizeLimitMB }} |
|
|
|
-fileSizeLimitMB={{ .Values.volume.fileSizeLimitMB }} \ |
|
|
|
{{- end }} |
|
|
|
-minFreeSpacePercent={{ .Values.volume.minFreeSpacePercent }} \ |
|
|
|
-ip=${POD_NAME}.${SEAWEEDFS_FULLNAME}-volume \ |
|
|
|
-compactionMBps={{ .Values.volume.compactionMBps }} \ |
|
|
|
-mserver={{ range $index := until (.Values.master.replicas | int) }}${SEAWEEDFS_FULLNAME}-master-{{ $index }}.${SEAWEEDFS_FULLNAME}-master:{{ $.Values.master.port }}{{ if lt $index (sub ($.Values.master.replicas | int) 1) }},{{ end }}{{ end }} |
|
|
|