Fix apricot-blossom health check: use 127.0.0.1 instead of localhost (IPv6 issue)
This commit is contained in:
@@ -25,7 +25,7 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"healthCheck": {
|
"healthCheck": {
|
||||||
"test": "wget --no-verbose --tries=1 --spider http://localhost:3000/ || exit 1",
|
"test": "wget --no-verbose --tries=1 --spider http://127.0.0.1:3000/ || exit 1",
|
||||||
"interval": "30s",
|
"interval": "30s",
|
||||||
"timeout": "10s",
|
"timeout": "10s",
|
||||||
"retries": 3
|
"retries": 3
|
||||||
|
|||||||
Reference in New Issue
Block a user