update tcs akhq
parent
e29afc185f
commit
7466f597c6
|
@ -26,9 +26,9 @@ data:
|
||||||
connections:
|
connections:
|
||||||
kafka-cluster:
|
kafka-cluster:
|
||||||
properties:
|
properties:
|
||||||
bootstrap.servers: "kafka.base.svc.cluster.local:9092"
|
bootstrap.servers: "kafka.tcs.svc.cluster.local:9092"
|
||||||
schema-registry:
|
schema-registry:
|
||||||
url: "http://schemaregistry.base.svc.cluster.local:8081"
|
url: "http://schemaregistry.tcs.svc.cluster.local:8081"
|
||||||
type: "confluent"
|
type: "confluent"
|
||||||
|
|
||||||
---
|
---
|
||||||
|
@ -101,4 +101,4 @@ spec:
|
||||||
port: 8080
|
port: 8080
|
||||||
targetPort: http
|
targetPort: http
|
||||||
selector:
|
selector:
|
||||||
app: akhq
|
app: akhq
|
||||||
|
|
|
@ -105,3 +105,4 @@ spec:
|
||||||
nodePort:
|
nodePort:
|
||||||
host: kafka-tcs.drillinsight.com
|
host: kafka-tcs.drillinsight.com
|
||||||
nodePortOffset: 30005
|
nodePortOffset: 30005
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue