feat(infra): replace RabbitMQ with LavinMQ

This commit is contained in:
2026-02-27 14:42:27 +01:00
parent 5c0d102410
commit d89ec816a0
4 changed files with 102 additions and 168 deletions
+1 -1
View File
@@ -33,6 +33,6 @@ spec:
- key: "rds/postgres/prod-psql"
value: '{"POSTGRES_URL": "postgres://postgres:postgres@postgres:5432/postgres?sslmode=disable", "DB_HOST": "postgres", "DB_NAME": "postgres", "DB_PASSWORD": "postgres", "DB_PORT": "5432", "DB_USERNAME": "postgres"}'
- key: "mq/rabbit/prod"
value: '{"AMQP_URL": "amqp://user:password@rabbitmq:5672/"}'
value: '{"AMQP_URL": "amqp://guest:guest@lavinmq:5672/"}'
- key: "services/schemas"
value: '{"ISSUER": "auth0", "STRICT_SSL": "false"}'