diff options
author | Mandeep Khinda <mandeep.khinda@amdocs.com> | 2018-09-24 18:20:35 +0000 |
---|---|---|
committer | Mandeep Khinda <mandeep.khinda@amdocs.com> | 2018-09-24 18:31:13 +0000 |
commit | dbb78a7e4fa480926dcc8e3f30d59c966f06c868 (patch) | |
tree | 6e90c1ecdfeff51db456c1f342be0854c1d6b539 | |
parent | 17b39971fb28d0e1756170f6e35e650bff64efe3 (diff) |
removing proxy sampleamsterdam
Issue-ID: OOM-1441
Change-Id: I29542b7d4c2e59b9e0050f5098fa7fe3c587197a
Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
-rwxr-xr-x | kubernetes/config/docker/init/src/config/policy/drools/settings.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kubernetes/config/docker/init/src/config/policy/drools/settings.xml b/kubernetes/config/docker/init/src/config/policy/drools/settings.xml index 2a9e2a0b24..2abd04ca66 100755 --- a/kubernetes/config/docker/init/src/config/policy/drools/settings.xml +++ b/kubernetes/config/docker/init/src/config/policy/drools/settings.xml @@ -27,16 +27,16 @@ <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> |