This commit is contained in:
marsal wang
2021-12-24 13:08:18 +08:00
parent eaa3541492
commit cbe22c6edb

View File

@ -7,7 +7,7 @@ data:
{{- with .Values.nacos.storage.db }}
mysql.db.host: {{.host}}
mysql.db.name: {{ .name }}
mysql.port: {{ .port | default 3306}}
mysql.port: {{ .port | default "3306"}}
mysql.user: {{ .username }}
mysql.password: {{ .password }}
mysql.param: {{ .param | default "characterEncoding=utf8&connectTimeout=1000&socketTimeout=3000&autoReconnect=true&useSSL=false" }}