mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-23 14:55:02 +08:00
revert debug changes i missed
This commit is contained in:
@@ -30,7 +30,7 @@ global:
|
|||||||
# Z number of replica in other servers in the same rack
|
# Z number of replica in other servers in the same rack
|
||||||
replicationPlacment: "001"
|
replicationPlacment: "001"
|
||||||
extraEnvironmentVars:
|
extraEnvironmentVars:
|
||||||
WEED_CLUSTER_DEFAULT: "config"
|
WEED_CLUSTER_DEFAULT: "sw"
|
||||||
WEED_CLUSTER_SW_MASTER: "seaweedfs-master.seaweedfs:9333"
|
WEED_CLUSTER_SW_MASTER: "seaweedfs-master.seaweedfs:9333"
|
||||||
WEED_CLUSTER_SW_FILER: "seaweedfs-filer-client.seaweedfs:8888"
|
WEED_CLUSTER_SW_FILER: "seaweedfs-filer-client.seaweedfs:8888"
|
||||||
|
|
||||||
@@ -574,7 +574,7 @@ filer:
|
|||||||
skipAuthSecretCreation: false
|
skipAuthSecretCreation: false
|
||||||
# set to the name of an existing kubernetes Secret with the s3 json config file
|
# set to the name of an existing kubernetes Secret with the s3 json config file
|
||||||
# should have a secret key called seaweedfs_s3_config with an inline json configure
|
# should have a secret key called seaweedfs_s3_config with an inline json configure
|
||||||
existingConfigSecret: false
|
existingConfigSecret: ""
|
||||||
auditLogConfig: {}
|
auditLogConfig: {}
|
||||||
# You may specify buckets to be created during the install process.
|
# You may specify buckets to be created during the install process.
|
||||||
# Buckets may be exposed publicly by setting `anonymousRead` to `true`
|
# Buckets may be exposed publicly by setting `anonymousRead` to `true`
|
||||||
|
Reference in New Issue
Block a user