16356: Merge branch 'master' into 16356-arvboot-health-externalurl
[arvados.git] / lib / boot / supervisor.go
index 03ae536daecc447724a251cad4dfb3701c936cf5..c444ec3001acd3b3b8b86faa40acae38eb110922 100644 (file)
@@ -589,6 +589,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 ||