mq
This commit is contained in:
@ -105,7 +105,7 @@ auth:
|
||||
## @param auth.password RabbitMQ application password
|
||||
## ref: https://github.com/bitnami/bitnami-docker-rabbitmq#environment-variables
|
||||
##
|
||||
password: "123456"
|
||||
password: "gkxl650"
|
||||
## @param auth.existingPasswordSecret Existing secret with RabbitMQ credentials (must contain a value for `rabbitmq-password` key)
|
||||
## e.g:
|
||||
## existingPasswordSecret: name-of-existing-secret
|
||||
@ -278,6 +278,7 @@ extraContainerPorts: []
|
||||
## To add more configuration, use `extraConfiguration` of `advancedConfiguration` instead
|
||||
##
|
||||
configuration: |-
|
||||
management.path_prefix = /mq
|
||||
{{- if not .Values.loadDefinition.enabled -}}
|
||||
## Username and password
|
||||
##
|
||||
|
Reference in New Issue
Block a user