mirror of
https://github.com/goharbor/harbor.git
synced 2025-02-16 20:01:35 +01:00
Failed to start harbor when proxy is set
Fix #9614, all communication between internal components should bypass the proxy Add chartmuseum, notary-server,clair-adapter to the no_proxy list in harbor.yml Signed-off-by: stonezdj <stonezdj@gmail.com>
This commit is contained in:
parent
308424f840
commit
938168b8ad
@ -157,7 +157,7 @@ _version: 1.10.0
|
||||
proxy:
|
||||
http_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:
|
||||
- core
|
||||
- jobservice
|
||||
|
Loading…
Reference in New Issue
Block a user