From 381bae7d21fd176d8eb0fd52046fb3bfecc4f837 Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Fri, 25 May 2018 12:29:18 -0700 Subject: [PATCH] Add cdt proxy port to match oom 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 Issue-ID: APPC-924 --- docker-compose/docker-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-compose/docker-compose.yml b/docker-compose/docker-compose.yml index 15d2f1c..bfe9b47 100644 --- a/docker-compose/docker-compose.yml +++ b/docker-compose/docker-compose.yml @@ -53,6 +53,7 @@ services: - "8282:8181" - "1830:1830" - "9090:9191" + - "30290:9191" links: - db:dbhost - db:sdnctldb01 -- 2.16.6