nacos
This commit is contained in:
@ -39,8 +39,9 @@ mysql -uroot -pgkxl650 zd_rescue < ./zd_rescue.sql
|
|||||||
```
|
```
|
||||||
cd rabbitmq && helm dependency update && cd ..
|
cd rabbitmq && helm dependency update && cd ..
|
||||||
|
|
||||||
helm upgrade -i rabbitmq rabbitmq/ --set auth.password="123456" --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 crm1
|
||||||
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ global:
|
|||||||
nacos:
|
nacos:
|
||||||
image:
|
image:
|
||||||
repository: nacos/nacos-server
|
repository: nacos/nacos-server
|
||||||
tag: 1.4.2
|
tag: v2.0.3
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
plugin:
|
plugin:
|
||||||
enable: true
|
enable: true
|
||||||
@ -27,7 +27,7 @@ nacos:
|
|||||||
# type: embedded
|
# type: embedded
|
||||||
type: mysql
|
type: mysql
|
||||||
db:
|
db:
|
||||||
host: mysql-crm1
|
host: mysql
|
||||||
name: nacos
|
name: nacos
|
||||||
port: 3306
|
port: 3306
|
||||||
username: root
|
username: root
|
||||||
|
@ -115,7 +115,7 @@ auth:
|
|||||||
## @param auth.erlangCookie Erlang cookie to determine whether different nodes are allowed to communicate with each other
|
## @param auth.erlangCookie Erlang cookie to determine whether different nodes are allowed to communicate with each other
|
||||||
## ref: https://github.com/bitnami/bitnami-docker-rabbitmq#environment-variables
|
## ref: https://github.com/bitnami/bitnami-docker-rabbitmq#environment-variables
|
||||||
##
|
##
|
||||||
erlangCookie: ""
|
erlangCookie: "gkxl650"
|
||||||
## @param auth.existingErlangSecret Existing secret with RabbitMQ Erlang cookie (must contain a value for `rabbitmq-erlang-cookie` key)
|
## @param auth.existingErlangSecret Existing secret with RabbitMQ Erlang cookie (must contain a value for `rabbitmq-erlang-cookie` key)
|
||||||
## e.g:
|
## e.g:
|
||||||
## existingErlangSecret: name-of-existing-secret
|
## existingErlangSecret: name-of-existing-secret
|
||||||
@ -276,7 +276,7 @@ extraContainerPorts: []
|
|||||||
## @param configuration [string] RabbitMQ Configuration file content: required cluster configuration
|
## @param configuration [string] RabbitMQ Configuration file content: required cluster configuration
|
||||||
## Do not override unless you know what you are doing.
|
## Do not override unless you know what you are doing.
|
||||||
## To add more configuration, use `extraConfiguration` of `advancedConfiguration` instead
|
## To add more configuration, use `extraConfiguration` of `advancedConfiguration` instead
|
||||||
##
|
##$RABBITMQ_ERLANG_COOKIE
|
||||||
configuration: |-
|
configuration: |-
|
||||||
management.path_prefix = /mq
|
management.path_prefix = /mq
|
||||||
{{- if not .Values.loadDefinition.enabled -}}
|
{{- if not .Values.loadDefinition.enabled -}}
|
||||||
|
Reference in New Issue
Block a user