aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Roby <max@lil-mac.lan>2023-11-24 11:42:11 +0100
committerChris Lu <chrislusf@users.noreply.github.com>2023-11-24 06:40:19 -0800
commitc479c05f6eeb53fc7fc28b289e48e8b3cd6c4cda (patch)
treecf72cada324ebfdd623512e0f245013236eb28d6
parentd33de9f4db005cc037f033705d28fa7b6be4b65f (diff)
downloadseaweedfs-c479c05f6eeb53fc7fc28b289e48e8b3cd6c4cda.tar.xz
seaweedfs-c479c05f6eeb53fc7fc28b289e48e8b3cd6c4cda.zip
revert debug changes i missed
-rw-r--r--k8s/charts/seaweedfs/values.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/k8s/charts/seaweedfs/values.yaml b/k8s/charts/seaweedfs/values.yaml
index eb035c53c..8ffc1acb2 100644
--- a/k8s/charts/seaweedfs/values.yaml
+++ b/k8s/charts/seaweedfs/values.yaml
@@ -30,7 +30,7 @@ global:
# Z number of replica in other servers in the same rack
replicationPlacment: "001"
extraEnvironmentVars:
- WEED_CLUSTER_DEFAULT: "config"
+ WEED_CLUSTER_DEFAULT: "sw"
WEED_CLUSTER_SW_MASTER: "seaweedfs-master.seaweedfs:9333"
WEED_CLUSTER_SW_FILER: "seaweedfs-filer-client.seaweedfs:8888"
@@ -574,7 +574,7 @@ filer:
skipAuthSecretCreation: false
# 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
- existingConfigSecret: false
+ existingConfigSecret: ""
auditLogConfig: {}
# You may specify buckets to be created during the install process.
# Buckets may be exposed publicly by setting `anonymousRead` to `true`