fix: Path health command for loki
This commit is contained in:
parent
5acf6a8bdc
commit
8d05565cc3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/go-tests.yml
vendored
2
.github/workflows/go-tests.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue