diff options
author | Patrick Brady <pb071s@att.com> | 2018-05-25 12:29:18 -0700 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2018-05-25 12:29:33 -0700 |
commit | 381bae7d21fd176d8eb0fd52046fb3bfecc4f837 (patch) | |
tree | 2383086dd1c9d53818f669c4d0d152be11696010 | |
parent | 0e112f31f18af0ff05a04c9968861ecb9706a1f7 (diff) |
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 <pb071s@att.com>
Issue-ID: APPC-924
-rw-r--r-- | docker-compose/docker-compose.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |