perf: 更新说明

This commit is contained in:
吴小白 2022-04-08 18:41:42 +08:00
parent 78803be852
commit 24b1dbc133

View File

@ -20,8 +20,8 @@ global:
imagePullSecrets: [] imagePullSecrets: []
storageClass: "" storageClass: ""
## If the MySQL database included in the chart is disabled, JumpServer will ## Please configure your MySQL server first
## use below parameters to connect to an external MySQL server. ## Jumpserver will not start the external MySQL server.
## ##
externalDatabase: externalDatabase:
engine: mysql engine: mysql
@ -31,8 +31,8 @@ externalDatabase:
password: "" password: ""
database: jumpserver database: jumpserver
## If the Redis database included in the chart is disabled, JumpServer will ## Please configure your Redis server first
## use below parameters to connect to an external Redis server. ## Jumpserver will not start the external Redis server.
## ##
externalRedis: externalRedis:
host: localhost host: localhost