mirror of
https://github.com/dat515-2025/Group-8.git
synced 2026-03-23 07:29:39 +01:00
feat(infrastructure): automatic deploy
This commit is contained in:
@@ -26,6 +26,8 @@ app:
|
||||
worker:
|
||||
name: app-demo-worker
|
||||
replicas: 1
|
||||
# Queue name for Celery worker and for CRD Queue
|
||||
mailQueueName: "mail_queue"
|
||||
|
||||
service:
|
||||
port: 80
|
||||
@@ -35,6 +37,10 @@ rabbitmq:
|
||||
port: "5672"
|
||||
username: demo-app
|
||||
password: ""
|
||||
# Existing cluster identification for Messaging Topology CRDs
|
||||
namespace: rabbitmq
|
||||
clusterName: rabbitmq
|
||||
vhost: "/"
|
||||
|
||||
mariadb:
|
||||
name: app-demo-database
|
||||
|
||||
Reference in New Issue
Block a user