Traefik tls enable
This commit is contained in:
4
Makefile
4
Makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user