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