chore(): small infrastructure refactoring, improves and fixes

This commit is contained in:
ITQ
2026-02-16 14:13:05 +03:00
parent 10c0ba01db
commit cb4da51cf7
19 changed files with 111 additions and 42 deletions
+2 -2
View File
@@ -17,11 +17,11 @@
}
}
handle_path /grafana/* {
handle /grafana/* {
reverse_proxy grafana:3000 {
fail_duration 30s
max_fails 10
health_uri /grafana
health_uri /api/health
health_interval 10s
health_timeout 2s
}