feat(infrastructure): automatic deploy

This commit is contained in:
2025-10-05 20:44:14 +02:00
parent 8e1d65a078
commit 384d5004eb
3 changed files with 17 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
apiVersion: rabbitmq.com/v1beta1
kind: Queue
metadata:
name: {{ .Values.worker.mailQueueName }}
name: {{ .Values.worker.mailQueueName | replace "_" "-" | lower }}
namespace: {{ .Values.rabbitmq.namespace | default "rabbitmq" }}
labels:
app.kubernetes.io/managed-by: Helm