feat(infrastructure): update rabbitmq env

This commit is contained in:
2025-10-05 22:23:35 +02:00
parent 7ee45b451e
commit fae5d828bf
7 changed files with 24 additions and 18 deletions

View File

@@ -1,4 +1,3 @@
{{- if .Values.worker.mailQueueName }}
apiVersion: rabbitmq.com/v1beta1
kind: Queue
metadata:
@@ -6,9 +5,8 @@ metadata:
namespace: {{ .Release.Namespace }}
spec:
rabbitmqClusterReference:
name: {{ .Values.rabbitmq.clusterName | default "rabbitmq" }}
namespace: {{ .Values.rabbitmq.namespace | default "rabbitmq" }}
name: rabbitmq-cluster
namespace: {{ .Release.Namespace }}
name: {{ .Values.worker.mailQueueName }}
vhost: {{ .Values.rabbitmq.vhost | default "/" | quote }}
durable: true
{{- end }}