mirror of
https://github.com/dat515-2025/Group-8.git
synced 2026-03-22 15:12:08 +01:00
feat(infrastructure): update rabbitmq env
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user