mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-19 22:27:56 +08:00
FILER/S3: filer Dir Buckets
updated config, to the new 1.58
This commit is contained in:
@@ -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: ""
|
||||
|
||||
|
Reference in New Issue
Block a user