mq review

This commit is contained in:
marsal wang
2022-03-18 17:46:53 +08:00
parent 1ea4b9a73b
commit e32c035722
2 changed files with 120 additions and 0 deletions

View File

@ -31,6 +31,8 @@ helm upgrade -i mysql mysql/ --values local-values/mysql/crm1.yaml -n crm1
cd /bitnami/mysql/
CREATE DATABASE nacos DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
mysql -uroot -pgkxl650 zd_rescue < ./zd_rescue.sql
```
@ -41,6 +43,8 @@ cd rabbitmq && helm dependency update && cd ..
helm upgrade -i rabbitmq rabbitmq/ --set auth.password="gkxl650" --set auth.erlangCookie='gkxl650' --values local-values/rabbitmq/crm1.yaml -n crm1
helm upgrade -i rabbitmq rabbitmq/ --set auth.password="gkxl650" --set auth.erlangCookie='gkxl650' --values local-values/rabbitmq/crm1.yaml -n crm-review
```