This commit is contained in:
marsal wang
2021-12-29 18:16:29 +08:00
parent 2f86fcf052
commit a5ad28939e

View File

@ -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
## ##
@ -879,7 +880,7 @@ ingress:
## @param ingress.hostname Default host for the ingress resource ## @param ingress.hostname Default host for the ingress resource
## ##
hostname: crm1.sino-assist.com hostname: crm1.sino-assist.com
## @param ingress.annotations Additional annotations for the Ingress resource. To enable certificate autogeneration, place here your cert-manager annotations. ## @param ingress.annotations Additional annotations for the Ingress resource. To enable certificate autogeneration, place here your cert-manager annotations.
## For a full list of possible ingress annotations, please see ## For a full list of possible ingress annotations, please see
## ref: https://github.com/kubernetes/ingress-nginx/blob/master/docs/user-guide/nginx-configuration/annotations.md ## ref: https://github.com/kubernetes/ingress-nginx/blob/master/docs/user-guide/nginx-configuration/annotations.md