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

@@ -33,12 +33,14 @@ service:
port: 80
rabbitmq:
host: rabbitmq.rabbitmq.svc.cluster.local
create: true
replicas: 1
storage: 1Gi
# Optional: override the generated cluster name; default is "<app.name>-rabbit[-<deployment>]"
clusterName: ""
port: "5672"
username: demo-app
password: ""
namespace: rabbitmq
clusterName: rabbitmq-cluster
vhost: "/"
mariadb: