feat(infrastructure): automatic deploy

This commit is contained in:
2025-10-05 20:40:40 +02:00
parent 35e2ca6a72
commit 8e1d65a078
7 changed files with 82 additions and 0 deletions

View File

@@ -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