mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-05 18:20:37 +01:00
Replace ui with core for no_proxy in harbor.cfg
As we split UI into two components: portal and core, the value of no_proxy needs to be updated Signed-off-by: Wenkai Yin <yinw@vmware.com>
This commit is contained in:
parent
08081d38fa
commit
64cb507421
@ -38,10 +38,10 @@ log_rotate_count = 50
|
|||||||
log_rotate_size = 200M
|
log_rotate_size = 200M
|
||||||
|
|
||||||
#Config http proxy for Clair, e.g. http://my.proxy.com:3128
|
#Config http proxy for Clair, e.g. http://my.proxy.com:3128
|
||||||
#Clair doesn't need to connect to harbor ui container via http proxy.
|
#Clair doesn't need to connect to harbor internal components via http proxy.
|
||||||
http_proxy =
|
http_proxy =
|
||||||
https_proxy =
|
https_proxy =
|
||||||
no_proxy = 127.0.0.1,localhost,ui,registry
|
no_proxy = 127.0.0.1,localhost,core,registry
|
||||||
|
|
||||||
#NOTES: The properties between BEGIN INITIAL PROPERTIES and END INITIAL PROPERTIES
|
#NOTES: The properties between BEGIN INITIAL PROPERTIES and END INITIAL PROPERTIES
|
||||||
#only take effect in the first boot, the subsequent changes of these properties
|
#only take effect in the first boot, the subsequent changes of these properties
|
||||||
|
Loading…
Reference in New Issue
Block a user