diff options
author | rameshiyer27 <ramesh.murugan.iyer@est.tech> | 2024-01-21 14:24:03 +0000 |
---|---|---|
committer | rameshiyer27 <ramesh.murugan.iyer@est.tech> | 2024-01-22 14:55:45 +0000 |
commit | 31c61d495474985b8cc3460464f888651d0919ed (patch) | |
tree | 72ac562f9bd64196fda57edd8ca6a62f8877b046 /compose | |
parent | caa7adc30ed054d2a5cfea4a1b9a265d5cfb6785 (diff) |
Add kafka support in K8s CSIT
Issue-ID: POLICY-4402
Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech>
Change-Id: I29ef966ed5eb70997574269ff6180f68d754383b
Diffstat (limited to 'compose')
-rw-r--r-- | compose/docker-compose.postgres.yml | 2 | ||||
-rwxr-xr-x | compose/export-ports.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/compose/docker-compose.postgres.yml b/compose/docker-compose.postgres.yml index 1f32dba7..9c09b663 100644 --- a/compose/docker-compose.postgres.yml +++ b/compose/docker-compose.postgres.yml @@ -73,7 +73,7 @@ services: - 6670 - 6680 ports: - - ${SIMULATOR_PORT}:3904 + - ${SIMULATOR_PORT}:6666 api: image: ${CONTAINER_LOCATION}onap/policy-api:${POLICY_API_VERSION} container_name: policy-api diff --git a/compose/export-ports.sh b/compose/export-ports.sh index 16488639..a3422daa 100755 --- a/compose/export-ports.sh +++ b/compose/export-ports.sh @@ -44,6 +44,6 @@ export SIM_PARTICIPANT_PORT=30011 export DROOLS_APPS_PORT=30009 export DROOLS_APPS_TELEMETRY_PORT=30219 export SIMULATOR_PORT=30904 -export KAFKA_PORT=9092 +export KAFKA_PORT=29092 export PROMETHEUS_PORT=30259 export GRAFANA_PORT=30269 |