removing proxy sample 23/68723/1 beijing
authorMandeep Khinda <mandeep.khinda@amdocs.com>
Mon, 24 Sep 2018 18:38:39 +0000 (18:38 +0000)
committerMandeep Khinda <mandeep.khinda@amdocs.com>
Mon, 24 Sep 2018 18:38:39 +0000 (18:38 +0000)
Issue-ID: OOM-1441

Change-Id: I8cca64f110fd3745da8c77484b8de66efafaf27e
Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
kubernetes/policy/charts/drools/resources/config/drools/settings.xml

index 8de7e11..2057e94 100755 (executable)
               <id>http-proxy</id>
               <active>true</active>
               <protocol>http</protocol>
-              <host>fastweb.int.bell.ca</host>
-              <port>80</port>
+              <host>your-proxy-host-or-ip</host>
+              <port>your-proxy-port</port>
               <nonProxyHosts>localhost|127.0.0.1|*.svc.cluster.local|nexus</nonProxyHosts>
           </proxy>
           <proxy>
               <id>https-proxy</id>
               <active>true</active>
               <protocol>https</protocol>
-              <host>fastweb.int.bell.ca</host>
-              <port>80</port>
+              <host>your-proxy-host-or-ip</host>
+              <port>your-proxy-port</port>
               <nonProxyHosts>localhost|127.0.0.1|*.svc.cluster.local|nexus</nonProxyHosts>
           </proxy>
       </proxies>