Fix API gateway image issue
[oom.git] / kubernetes / msb / values.yaml
index bd62e72..a63dace 100644 (file)
@@ -1,3 +1,23 @@
-consulClusterIP: 10.43.6.204
+nsPrefix: onap
+pullPolicy: IfNotPresent
+image:
+  consul: consul:latest
+  discovery: nexus3.onap.org:10001/onap/msb/msb_discovery:latest
+  apigateway: nexus3.onap.org:10001/onap/msb/msb_apigateway:latest
+
+consulPort: 8500
 consulNodePort: 30500
-pullPolicy: IfNotPresent
\ No newline at end of file
+
+# Should remove cluster IP after domain name is supported by API gateway
+discoveryClusterIP: 10.43.6.205
+discoveryPort: 10081
+discoveryNodePort: 30081
+discoveryReplicas: 1
+
+iagPort: 80
+iagNodePort: 30080
+iagReplicas: 1
+
+eagPort: 80
+eagNodePort: 30082
+eagReplicas: 1