16356: Makes health aggregator accessible from the outside on arvados boot.
[arvados.git] / lib / boot / supervisor.go
index 7f5d6a9baae2dd4eaa2b2e66fea9585f7be3bdc1..26f38ac2319e520f99d574564031c48a550df4c6 100644 (file)
@@ -549,6 +549,7 @@ func (super *Supervisor) autofillConfig(cfg *arvados.Config) error {
                if svc.ExternalURL.Host == "" {
                        if svc == &cluster.Services.Controller ||
                                svc == &cluster.Services.GitHTTP ||
+                               svc == &cluster.Services.Health ||
                                svc == &cluster.Services.Keepproxy ||
                                svc == &cluster.Services.WebDAV ||
                                svc == &cluster.Services.WebDAVDownload ||