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