Skip to content

Commit b7dc593

Browse files
committed
start kafka port by default in local ydb (#19194)
1 parent ea3fbbc commit b7dc593

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/docker/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ COPY --from=builder \
4444
EXPOSE ${GRPC_TLS_PORT:-2135}
4545
EXPOSE ${GRPC_PORT:-2136}
4646
EXPOSE ${MON_PORT:-8765}
47+
EXPOSE ${YDB_KAFKA_PROXY_PORT:-9092}
4748

4849
HEALTHCHECK --start-period=60s --interval=1s CMD sh ./health_check
4950

.github/docker/files/initialize_local_ydb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ export YDB_GRPC_ENABLE_TLS="true"
88
export GRPC_TLS_PORT=${GRPC_TLS_PORT:-2135}
99
export GRPC_PORT=${GRPC_PORT:-2136}
1010
export YDB_GRPC_TLS_DATA_PATH="/ydb_certs"
11+
export YDB_KAFKA_PROXY_PORT=${YDB_KAFKA_PROXY_PORT:-9092}
1112

1213
/local_ydb deploy --ydb-working-dir /ydb_data --ydb-binary-path /ydbd --fixed-ports --dont-use-log-files;
1314

0 commit comments

Comments
 (0)