summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMandeep Khinda <mandeep.khinda@amdocs.com>2018-09-24 18:38:39 +0000
committerMandeep Khinda <mandeep.khinda@amdocs.com>2018-09-24 18:38:39 +0000
commitf6f13f455b1f98011df9700609a4fbc11e4ba260 (patch)
tree4f02ec7dbf6280ac6f80e4e873fc2fd01b3c5db7
parent3318e93aa16b234c5bcbaf0390ece8ad26388fee (diff)
removing proxy samplebeijing
Issue-ID: OOM-1441 Change-Id: I8cca64f110fd3745da8c77484b8de66efafaf27e Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
-rwxr-xr-xkubernetes/policy/charts/drools/resources/config/drools/settings.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/kubernetes/policy/charts/drools/resources/config/drools/settings.xml b/kubernetes/policy/charts/drools/resources/config/drools/settings.xml
index 8de7e11d8b..2057e94f24 100755
--- a/kubernetes/policy/charts/drools/resources/config/drools/settings.xml
+++ b/kubernetes/policy/charts/drools/resources/config/drools/settings.xml
@@ -23,16 +23,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>