Expose port for health check 56/7756/2
authorecaiyanlinux <martin.c.yan@est.tech>
Wed, 16 Feb 2022 11:33:15 +0000 (12:33 +0100)
committerecaiyanlinux <martin.c.yan@est.tech>
Wed, 16 Feb 2022 12:18:37 +0000 (13:18 +0100)
This port is needed for healthcheck
There is a status call provided in a REST API on port 40936.
>- /status  OK

Signed-off-by: ecaiyanlinux <martin.c.yan@est.tech>
Issue-ID: NONRTRIC-727
Change-Id: I1cb5b96a36948c4e3824f440232779b644091c6e

test/usecases/odusliceassurance/goversion/docker-compose.yaml

index 495438d..615115c 100644 (file)
@@ -45,6 +45,7 @@ services:
           - odu-app
     ports:
       - 8086:8086
+      - 40936:40936
     environment:
       - MR_HOST=http://sdnr-mr-sim
       - MR_PORT=3905