Add cdt proxy port to match oom 85/49185/1
authorPatrick Brady <pb071s@att.com>
Fri, 25 May 2018 19:29:18 +0000 (12:29 -0700)
committerPatrick Brady <pb071s@att.com>
Fri, 25 May 2018 19:29:33 +0000 (12:29 -0700)
Kubernetes in oom uses a 302 port prefix. Adding a
matching port here so that cdt can communicate on the
same port in all deployments.

Change-Id: I6242ea5af1dc5395ead2a116e59b6e294df7f8c2
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-ID: APPC-924

docker-compose/docker-compose.yml

index 15d2f1c..bfe9b47 100644 (file)
@@ -53,6 +53,7 @@ services:
       - "8282:8181"
       - "1830:1830"
       - "9090:9191"
+      - "30290:9191"
     links:
       - db:dbhost
       - db:sdnctldb01