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:
Daniel Jiang 2019-09-11 15:43:52 +08:00 committed by GitHub
commit 48ddf4c6b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.