File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ COPY --from=builder \
44
44
EXPOSE ${GRPC_TLS_PORT:-2135}
45
45
EXPOSE ${GRPC_PORT:-2136}
46
46
EXPOSE ${MON_PORT:-8765}
47
+ EXPOSE ${YDB_KAFKA_PROXY_PORT:-9092}
47
48
48
49
HEALTHCHECK --start-period=60s --interval=1s CMD sh ./health_check
49
50
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ export YDB_GRPC_ENABLE_TLS="true"
7
7
export GRPC_TLS_PORT=${GRPC_TLS_PORT:- 2135}
8
8
export GRPC_PORT=${GRPC_PORT:- 2136}
9
9
export YDB_GRPC_TLS_DATA_PATH=" /ydb_certs"
10
+ export YDB_KAFKA_PROXY_PORT=${YDB_KAFKA_PROXY_PORT:- 9092}
10
11
11
12
# Start local_ydb tool. Pass additional arguments for local_ydb
12
13
/local_ydb deploy --ydb-working-dir /ydb_data --ydb-binary-path /ydbd --fixed-ports --dont-use-log-files " $@ " ;
You can’t perform that action at this time.
0 commit comments