Use domain name instead of IP for consul
Issue-Id: OOM-113
Change-Id: I41e6f72337a15c1d07b444b09171204d8eb378ec
Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
diff --git a/kubernetes/msb/values.yaml b/kubernetes/msb/values.yaml
index 6927f1d..01f1696 100644
--- a/kubernetes/msb/values.yaml
+++ b/kubernetes/msb/values.yaml
@@ -5,21 +5,19 @@
discovery: nexus3.onap.org:10001/onap/msb/msb_discovery:latest
apigateway: nexus3.onap.org:10001/onap/msb/msb_discovery:latest
-consulClusterIP: 10.43.6.204
consulPort: 8500
consulNodePort: 30500
+# Should remove cluster IP after domain name is supported by API gateway
discoveryClusterIP: 10.43.6.205
discoveryPort: 10081
discoveryNodePort: 30081
discoveryReplicas: 1
-iagClusterIP: 10.43.6.206
iagPort: 80
iagNodePort: 30080
iagReplicas: 1
-eagClusterIP: 10.43.6.207
eagPort: 80
eagNodePort: 30082
eagReplicas: 1
\ No newline at end of file