fix(aula-04): corrigir porta do teste de stress para 3000
URL default estava sem porta, causando conexão na porta 80 ao invés da 3000.
This commit is contained in:
@@ -134,7 +134,7 @@ kubectl get pods -w
|
||||
|
||||
# Ou manualmente:
|
||||
for i in {1..100}; do
|
||||
curl -s -o /dev/null -w "%{http_code}\n" http://localhost/
|
||||
curl -s -o /dev/null -w "%{http_code}\n" http://localhost:3000/
|
||||
sleep 0.1
|
||||
done
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user