From 64cb5074216a8e5e4361b297707086a2a43e0416 Mon Sep 17 00:00:00 2001 From: Wenkai Yin Date: Thu, 8 Nov 2018 16:10:26 +0800 Subject: [PATCH] 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 --- make/harbor.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/make/harbor.cfg b/make/harbor.cfg index 69fd19e56..fbcb75db1 100644 --- a/make/harbor.cfg +++ b/make/harbor.cfg @@ -38,10 +38,10 @@ log_rotate_count = 50 log_rotate_size = 200M #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 = 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 #only take effect in the first boot, the subsequent changes of these properties