Sentry 12.0 install on k8s

Hello everyone, please help me with installing sentry in k8s, I’m tired of watching the snuba-db-init job fail

KafkaError{code=_TRANSPORT,val=-195,str="Failed to get metadata: Local: broker transport failed"}

%3|1643458623.612|FAIL|rdkafka#producer-60| [thrd:localhost:9092/bootstrap]: localhost:9092/bootstrap: connection to ipv4#127.0.0.1:9092 failed: connection refused (after 0ms in CONNECT state)
%3|1643458624.612|FAIL|rdkafka#producer-60| [thrd:localhost:9092/bootstrap]: localhost:9092/bootstrap: connection to ipv6#[::1]:9092 failed: connection refused (after 0ms in CONNECT state)

Whereas in
db check

Checking if clickhouse is up
clickhouse is up
Checking if kafka is up
Kafka is up

env for kafka
DEFAULT_BROKERS: kafka-sentry-cp-kafka-headless:9092
he is working ok

why is the script running on localhost:9092?