mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
FILER: pass & db
fix revert from white labeling
This commit is contained in:
parent
0db304ed1c
commit
0e22ed44d7
|
@ -8,7 +8,7 @@ metadata:
|
||||||
"helm.sh/resource-policy": keep
|
"helm.sh/resource-policy": keep
|
||||||
"helm.sh/hook": "pre-install"
|
"helm.sh/hook": "pre-install"
|
||||||
stringData:
|
stringData:
|
||||||
user: {{ "YourSWUser" | b64enc }}
|
user: "YourSWUser"
|
||||||
password: "HardCodedPassword"
|
password: "HardCodedPassword"
|
||||||
# better to random generate and create in DB
|
# better to random generate and create in DB
|
||||||
# password: {{ randAlphaNum 10 | sha256sum | b64enc | trunc 32 }}
|
# password: {{ randAlphaNum 10 | sha256sum | b64enc | trunc 32 }}
|
||||||
|
|
|
@ -249,7 +249,7 @@ filer:
|
||||||
WEED_MYSQL_ENABLED: "true"
|
WEED_MYSQL_ENABLED: "true"
|
||||||
WEED_MYSQL_HOSTNAME: "mysql-db-host"
|
WEED_MYSQL_HOSTNAME: "mysql-db-host"
|
||||||
WEED_MYSQL_PORT: "3306"
|
WEED_MYSQL_PORT: "3306"
|
||||||
WEED_MYSQL_DATABASE: "sw-database"
|
WEED_MYSQL_DATABASE: "sw_database"
|
||||||
WEED_MYSQL_CONNECTION_MAX_IDLE: "10"
|
WEED_MYSQL_CONNECTION_MAX_IDLE: "10"
|
||||||
WEED_MYSQL_CONNECTION_MAX_OPEN: "150"
|
WEED_MYSQL_CONNECTION_MAX_OPEN: "150"
|
||||||
# enable usage of memsql as filer backend
|
# enable usage of memsql as filer backend
|
||||||
|
|
Loading…
Reference in a new issue