diff options
author | Patrick Brady <pb071s@att.com> | 2018-05-25 12:29:18 -0700 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2018-05-25 20:58:14 +0000 |
commit | f291e90feac72745886ffb9edcfc211fb9378b66 (patch) | |
tree | 0d281d0e454bf55d883e7b77daa97cda64688fb2 | |
parent | b5ce25624f2ffa48b207c77e44658f5450adecb1 (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
(cherry picked from commit 381bae7d21fd176d8eb0fd52046fb3bfecc4f837)
-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 |