fix: rename healthCheck.command to healthCheck.test per Runtipi schema
This commit is contained in:
@@ -58,7 +58,7 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"healthCheck": {
|
"healthCheck": {
|
||||||
"command": "curl -f http://localhost/healthcheck",
|
"test": "curl -f http://localhost/healthcheck",
|
||||||
"interval": "30s",
|
"interval": "30s",
|
||||||
"timeout": "10s",
|
"timeout": "10s",
|
||||||
"retries": 3,
|
"retries": 3,
|
||||||
@@ -81,7 +81,7 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"healthCheck": {
|
"healthCheck": {
|
||||||
"command": "pg_isready -U onlyoffice -d onlyoffice",
|
"test": "pg_isready -U onlyoffice -d onlyoffice",
|
||||||
"interval": "10s",
|
"interval": "10s",
|
||||||
"timeout": "5s",
|
"timeout": "5s",
|
||||||
"retries": 5,
|
"retries": 5,
|
||||||
@@ -99,7 +99,7 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"healthCheck": {
|
"healthCheck": {
|
||||||
"command": "redis-cli ping",
|
"test": "redis-cli ping",
|
||||||
"interval": "10s",
|
"interval": "10s",
|
||||||
"timeout": "5s",
|
"timeout": "5s",
|
||||||
"retries": 5,
|
"retries": 5,
|
||||||
@@ -121,7 +121,7 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"healthCheck": {
|
"healthCheck": {
|
||||||
"command": "rabbitmq-diagnostics -q ping",
|
"test": "rabbitmq-diagnostics -q ping",
|
||||||
"interval": "10s",
|
"interval": "10s",
|
||||||
"timeout": "5s",
|
"timeout": "5s",
|
||||||
"retries": 5,
|
"retries": 5,
|
||||||
|
|||||||
Reference in New Issue
Block a user