Traefik tls enable

This commit is contained in:
2026-04-25 11:33:50 +03:00
parent b15786b26d
commit 1adf39749d
7 changed files with 300 additions and 45 deletions

View File

@@ -182,9 +182,9 @@ wrk-search: ## Нагрузочный тест поиска (wrk2)
http://localhost:8080/v1/search?type=event\&q=test
wrk-health: ## Нагрузочный тест health (wrk2)
wrk -t4 -c10000 -d30s -t200 \
wrk -t4 -c100 -d30s -t100 \
-H "Host: api.eventhub.local" \
http://localhost/health
https://api.eventhub.local/health
# ============================================================================
# CODE QUALITY