fix: Path health command for loki

This commit is contained in:
Louis PERDEREAU 2023-07-03 23:18:43 +02:00 committed by lperdereau
parent 5acf6a8bdc
commit 8d05565cc3

View file

@ -114,7 +114,7 @@ jobs:
- "3100:3100"
options: >-
--name=loki1
--health-cmd "curl -f http://localhost:3100/ready"
--health-cmd "wget -q -O - http://localhost:3100/ready | grep 'ready'"
--health-interval 30s
--health-timeout 10s
--health-retries 5