Set real upstreamUri for healthcheck
This commit is contained in:
@@ -72,7 +72,7 @@ async function checkAppHealth(app, options) {
|
||||
|
||||
let healthCheckUrl, host;
|
||||
if (app.manifest.id === constants.PROXY_APP_APPSTORE_ID) {
|
||||
healthCheckUrl = 'http://example.com';
|
||||
healthCheckUrl = app.upstreamUri;
|
||||
host = '';
|
||||
} else {
|
||||
const [error, data] = await safe(docker.inspect(app.containerId));
|
||||
|
||||
Reference in New Issue
Block a user