diff --git a/prod-upgrade/kafka/akhq.yaml b/prod-upgrade/kafka/akhq.yaml index c62c60a..5a99c58 100644 --- a/prod-upgrade/kafka/akhq.yaml +++ b/prod-upgrade/kafka/akhq.yaml @@ -26,9 +26,9 @@ data: connections: kafka-cluster: properties: - bootstrap.servers: "kafka.prod.svc.cluster.local:9092" + bootstrap.servers: "kafka.base.svc.cluster.local:9092" schema-registry: - url: "http://schemaregistry.prod.svc.cluster.local:8081" + url: "http://schemaregistry.base.svc.cluster.local:8081" type: "confluent" ---