feat: add Daedalus application configuration, database setup, and monitoring alerts

This commit is contained in:
2026-03-12 02:16:49 +00:00
parent 540990ef74
commit 67b32b8399
12 changed files with 481 additions and 0 deletions

View File

@@ -119,6 +119,11 @@ haproxy_backends:
backend_host: "rosalind.incus"
backend_port: 22082
health_path: "/api/healthz"
- subdomain: "daedalus"
backend_host: "puck.incus"
backend_port: 23081
health_path: "/api/health"
timeout_server: 120s
- subdomain: "lobechat"