prod kafka move ns base

main
ycz008 2023-11-21 19:19:32 +08:00
parent 4571ef59f2
commit ef5c705736
1 changed files with 2 additions and 2 deletions

View File

@ -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"
---