summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMandeep Khinda <mandeep.khinda@amdocs.com>2018-09-24 18:32:47 +0000
committerMandeep Khinda <mandeep.khinda@amdocs.com>2018-09-24 18:32:47 +0000
commitda0a392fe694cf57a299cd04171b1e55c896053f (patch)
tree4eae1e229d621b5edd774eea4ab1324f4b5c2c83
parent4bf6427f67a779e4823a4797e70316bfbfa7257a (diff)
removing proxy samplerelease-1.0.0
Issue-ID: OOM-1441 Change-Id: Id772c4a6da82d0090f2c0cbfe79be61f1a4e41a0 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
-rwxr-xr-xkubernetes/config/docker/init/src/config/policy/drools/settings.xml8
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>