mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-15 23:05:57 +01:00
Merge pull request #5400 from reasonerjt/update-no-proxy
Add registry to default no_proxy hosts for Clair
This commit is contained in:
commit
b8979b09e8
@ -40,7 +40,7 @@ log_rotate_size = 200M
|
|||||||
#Clair doesn't need to connect to harbor ui container via http proxy.
|
#Clair doesn't need to connect to harbor ui container via http proxy.
|
||||||
http_proxy =
|
http_proxy =
|
||||||
https_proxy =
|
https_proxy =
|
||||||
no_proxy = 127.0.0.1,localhost,ui
|
no_proxy = 127.0.0.1,localhost,ui,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