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