去掉后缀

This commit is contained in:
marsal wang
2021-12-29 16:52:23 +08:00
parent 71a81526cc
commit a13bb36e6a
23 changed files with 2505 additions and 7 deletions

View File

@ -866,11 +866,11 @@ service:
ingress:
## @param ingress.enabled Enable ingress resource for Management console
##
enabled: false
enabled: true
## @param ingress.path Path for the default host. You may need to set this to '/*' in order to use this with ALB ingress controllers.
##
path: /
path: /mq
## @param ingress.pathType Ingress path type
##
@ -878,8 +878,8 @@ ingress:
## @param ingress.hostname Default host for the ingress resource
##
hostname: rabbitmq.local
hostname: crm1.sino-assist.com
## @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
## ref: https://github.com/kubernetes/ingress-nginx/blob/master/docs/user-guide/nginx-configuration/annotations.md