feat: add Daedalus application configuration, database setup, and monitoring alerts
This commit is contained in:
@@ -46,6 +46,9 @@ nike_db_password: "{{ vault_nike_db_password }}"
|
||||
periplus_db_name: periplus
|
||||
periplus_db_user: periplus
|
||||
periplus_db_password: "{{ vault_periplus_db_password }}"
|
||||
daedalus_db_name: daedalus
|
||||
daedalus_db_user: daedalus
|
||||
daedalus_db_password: "{{ vault_daedalus_db_password }}"
|
||||
|
||||
# PostgreSQL admin password
|
||||
postgres_password: "{{ vault_postgres_password }}"
|
||||
|
||||
@@ -20,6 +20,7 @@ kairos_syslog_port: 51451
|
||||
icarlos_syslog_port: 51461
|
||||
spelunker_syslog_port: 51481
|
||||
jupyterlab_syslog_port: 51491
|
||||
daedalus_syslog_port: 51501
|
||||
|
||||
# =============================================================================
|
||||
# JupyterLab Configuration
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user