mirror of
https://github.com/goharbor/harbor.git
synced 2024-12-18 22:57:38 +01:00
Merge pull request #9962 from stonezdj/191122_no_proxy_list
Failed to start harbor when proxy is set
This commit is contained in:
commit
9d616ce50a
@ -157,7 +157,7 @@ _version: 1.10.0
|
|||||||
proxy:
|
proxy:
|
||||||
http_proxy:
|
http_proxy:
|
||||||
https_proxy:
|
https_proxy:
|
||||||
no_proxy: 127.0.0.1,localhost,.local,.internal,log,db,redis,nginx,core,portal,postgresql,jobservice,registry,registryctl,clair
|
no_proxy: 127.0.0.1,localhost,.local,.internal,log,db,redis,nginx,core,portal,postgresql,jobservice,registry,registryctl,clair,chartmuseum,notary-server,clair-adapter
|
||||||
components:
|
components:
|
||||||
- core
|
- core
|
||||||
- jobservice
|
- jobservice
|
||||||
|
Loading…
Reference in New Issue
Block a user