Issue-ID: OOM-1441
Change-Id: I29542b7d4c2e59b9e0050f5098fa7fe3c587197a
Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
               <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>