mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
FILER/S3: filer Dir Buckets
updated config, to the new 1.58
This commit is contained in:
parent
b058867852
commit
0db304ed1c
|
@ -75,7 +75,6 @@ spec:
|
|||
-cert.file=/usr/local/share/ca-certificates/client/tls.crt \
|
||||
-key.file=/usr/local/share/ca-certificates/client/tls.key \
|
||||
{{- end }}
|
||||
-filer.dir.buckets={{ .Values.s3.filerDirBuckets }} \
|
||||
{{- if .Values.s3.domainName }}
|
||||
-domainName={{ .Values.s3.domainName }} \
|
||||
{{- end }}
|
||||
|
|
|
@ -273,9 +273,6 @@ s3:
|
|||
port: 8333
|
||||
loggingOverrideLevel: null
|
||||
|
||||
# Folder on filer to store all buckets (default "/buckets")
|
||||
filerDirBuckets: "/buckets"
|
||||
|
||||
# Suffix of the host name, {bucket}.{domainName}
|
||||
domainName: ""
|
||||
|
||||
|
|
Loading…
Reference in a new issue