diff options
author | KAPIL SINGAL <ks220y@att.com> | 2021-09-11 14:38:38 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-09-11 14:38:38 +0000 |
commit | e9ad5b6ef856c4965c9047a9f2bd2199c44e0eb1 (patch) | |
tree | c1a0d3397474d3a811a4e1f83ed7d30ecbe6fd89 /ms/blueprintsprocessor/application/src | |
parent | d929b3be347ccc3265af9b787ee0f3822efbfb0b (diff) | |
parent | 5b68e8c85f9d9148b0d6a9a86cfa62125d25e88c (diff) |
Merge "CCSDK-3451 Prometheus Metrics for command-executor"
Diffstat (limited to 'ms/blueprintsprocessor/application/src')
-rwxr-xr-x | ms/blueprintsprocessor/application/src/main/dc/docker-compose.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ms/blueprintsprocessor/application/src/main/dc/docker-compose.yaml b/ms/blueprintsprocessor/application/src/main/dc/docker-compose.yaml index 9f2a65d8b..3a69394ab 100755 --- a/ms/blueprintsprocessor/application/src/main/dc/docker-compose.yaml +++ b/ms/blueprintsprocessor/application/src/main/dc/docker-compose.yaml @@ -68,6 +68,7 @@ services: - cds-network ports: - "50051:50051" + - "10005:10005" restart: always volumes: - target: /opt/app/onap/blueprints/deploy |