From cbe22c6edb6b1882f8790c8e2b2739069721db63 Mon Sep 17 00:00:00 2001 From: marsal wang <707783088@qq.com> Date: Fri, 24 Dec 2021 13:08:18 +0800 Subject: [PATCH] 3306 --- nacos/templates/configmap.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nacos/templates/configmap.yaml b/nacos/templates/configmap.yaml index ad333a1..9529f0c 100644 --- a/nacos/templates/configmap.yaml +++ b/nacos/templates/configmap.yaml @@ -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" }}