diff --git a/dev-upgrade/kafka/akhq.yaml b/dev-upgrade/kafka/akhq.yaml index fbe3f8c..70db641 100644 --- a/dev-upgrade/kafka/akhq.yaml +++ b/dev-upgrade/kafka/akhq.yaml @@ -16,11 +16,17 @@ data: secret: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJkYXRhIjpbeyJ0b29sdHQiOiJodHRwczovL3Rvb2x0dC5jb20ifV0sImlhdCI6MTY4NTY4OTU1MiwiZXhwIjoyNTM3NjI1NTk5LCJhdWQiOiIiLCJpc3MiOiJzbWFsbGtvdWRhaSIsInN1YiI6IiJ9.mKw9nKRhQimdaNtMWLHT9TqIn2-iIcZR4txgy8z07xQ akhq: connections: - kafka-cluster: + kafka-dev: properties: - bootstrap.servers: "kafka-0-internal:9092,kafka-1-internal:9092,kafka-2-internal:9092" + bootstrap.servers: "kafka-0-internal.dev.svc:9092,kafka-1-internal.dev.svc:9092,kafka-2-internal.dev.svc:9092" schema-registry: - url: "http://schemaregistry-0-internal:8081,http://schemaregistry-1-internal:8081,http://schemaregistry-2-internal:8081" + url: "http://schemaregistry-0-internal.dev.svc:8081,http://schemaregistry-1-internal.dev.svc:8081,http://schemaregistry-2-internal.dev.svc:8081" + type: "confluent" + kafka-qa: + properties: + bootstrap.servers: "kafka-0-internal.qa.svc:9092,kafka-1-internal.qa.svc:9092,kafka-2-internal.qa.svc:9092" + schema-registry: + url: "http://schemaregistry-0-internal.qa.svc:8081,http://schemaregistry-1-internal.qa.svc:8081,http://schemaregistry-2-internal.qa.svc:8081" type: "confluent" security: default-group: no-roles @@ -98,6 +104,6 @@ spec: protocol: TCP port: 8080 targetPort: http - nodePort: 30024 + nodePort: 30014 selector: app: akhq