Latest RabbitMQ tweaks
This commit is contained in:
parent
ea55015ec5
commit
8f501b38c9
@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
name: kubezero-mq
|
name: kubezero-mq
|
||||||
description: KubeZero umbrella chart for MQ systems like NATS, RabbitMQ
|
description: KubeZero umbrella chart for MQ systems like NATS, RabbitMQ
|
||||||
type: application
|
type: application
|
||||||
version: 0.3.3
|
version: 0.3.4
|
||||||
home: https://kubezero.com
|
home: https://kubezero.com
|
||||||
icon: https://cdn.zero-downtime.net/assets/kubezero/logo-small-64.png
|
icon: https://cdn.zero-downtime.net/assets/kubezero/logo-small-64.png
|
||||||
keywords:
|
keywords:
|
||||||
@ -22,7 +22,7 @@ dependencies:
|
|||||||
#repository: https://nats-io.github.io/k8s/helm/charts/
|
#repository: https://nats-io.github.io/k8s/helm/charts/
|
||||||
condition: nats.enabled
|
condition: nats.enabled
|
||||||
- name: rabbitmq
|
- name: rabbitmq
|
||||||
version: 11.1.5
|
version: 11.3.2
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
condition: rabbitmq.enabled
|
condition: rabbitmq.enabled
|
||||||
- name: rabbitmq-cluster-operator
|
- name: rabbitmq-cluster-operator
|
||||||
|
@ -34,4 +34,13 @@ spec:
|
|||||||
port:
|
port:
|
||||||
number: 1883
|
number: 1883
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
{{- if .Values.rabbitmq.istio.mqtt }}
|
||||||
|
- match:
|
||||||
|
- port: 1883
|
||||||
|
route:
|
||||||
|
- destination:
|
||||||
|
host: rabbitmq
|
||||||
|
port:
|
||||||
|
number: 1883
|
||||||
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
@ -56,6 +56,7 @@ rabbitmq:
|
|||||||
istio:
|
istio:
|
||||||
enabled: false
|
enabled: false
|
||||||
gateway: istio-ingress/private-ingressgateway
|
gateway: istio-ingress/private-ingressgateway
|
||||||
|
mqtt: false
|
||||||
mqtts: false
|
mqtts: false
|
||||||
|
|
||||||
auth:
|
auth:
|
||||||
|
Loading…
Reference in New Issue
Block a user