removing proxy sample 21/68721/1 release-1.0.0
authorMandeep Khinda <mandeep.khinda@amdocs.com>
Mon, 24 Sep 2018 18:32:47 +0000 (18:32 +0000)
committerMandeep Khinda <mandeep.khinda@amdocs.com>
Mon, 24 Sep 2018 18:32:47 +0000 (18:32 +0000)
Issue-ID: OOM-1441

Change-Id: Id772c4a6da82d0090f2c0cbfe79be61f1a4e41a0
Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
kubernetes/config/docker/init/src/config/policy/drools/settings.xml

index 2a9e2a0..2abd04c 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>