This commit is contained in:
marsal wang
2021-12-24 12:56:45 +08:00
parent 99c56e88fe
commit eaa3541492
2 changed files with 9 additions and 1 deletions

View File

@ -32,3 +32,11 @@ cd /bitnami/mysql/
mysql -uroot -pgkxl650 zd_rescue < ./zd_rescue.sql
```
## nacos
https://hub.fastgit.org/nacos-group/nacos-k8s.git
```
helm upgrade -i nacos-crm1 nacos/ --values local-values/nacos/crm1-values.yaml -n crm1
```

View File

@ -29,7 +29,7 @@ nacos:
db:
host: mysql-crm1
name: nacos
port: 3306
port: '3306'
username: root
password: gkxl650
param: characterEncoding=utf8&connectTimeout=1000&socketTimeout=3000&autoReconnect=true&useSSL=false