mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-15 23:05:57 +01:00
Merge pull request #9050 from ywk253100/190911_health
Add the port 8080 to the default URL of portal to avoid the health check API failure
This commit is contained in:
commit
48ddf4c6b1
@ -131,7 +131,7 @@ const (
|
|||||||
WithChartMuseum = "with_chartmuseum"
|
WithChartMuseum = "with_chartmuseum"
|
||||||
ChartRepoURL = "chart_repository_url"
|
ChartRepoURL = "chart_repository_url"
|
||||||
DefaultChartRepoURL = "http://chartmuseum:9999"
|
DefaultChartRepoURL = "http://chartmuseum:9999"
|
||||||
DefaultPortalURL = "http://portal"
|
DefaultPortalURL = "http://portal:8080"
|
||||||
DefaultRegistryCtlURL = "http://registryctl:8080"
|
DefaultRegistryCtlURL = "http://registryctl:8080"
|
||||||
DefaultClairHealthCheckServerURL = "http://clair:6061"
|
DefaultClairHealthCheckServerURL = "http://clair:6061"
|
||||||
// Use this prefix to distinguish harbor user, the prefix contains a special character($), so it cannot be registered as a harbor user.
|
// Use this prefix to distinguish harbor user, the prefix contains a special character($), so it cannot be registered as a harbor user.
|
||||||
|
Loading…
Reference in New Issue
Block a user