Move monitoring TG API to Go

This commit is contained in:
Grendgi
2026-06-04 16:02:37 +03:00
parent 37d27308c2
commit 76f1be8b2a
4 changed files with 1680 additions and 2 deletions

View File

@@ -7,6 +7,7 @@ data:
API_HOST: "0.0.0.0"
API_PORT: "8000"
PUBLIC_BASE_PATH: "/api/monitoring-tg"
PYTHON_BASE_URL: "http://127.0.0.1:8001"
POSTGRES_HOST: "postgres.monitoring-tg.svc.cluster.local"
POSTGRES_PORT: "5432"
POSTGRES_USER: "parser"