add k8snode
parent
e1f4db63a8
commit
93aca11129
|
@ -16,11 +16,17 @@ data:
|
||||||
secret: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJkYXRhIjpbeyJ0b29sdHQiOiJodHRwczovL3Rvb2x0dC5jb20ifV0sImlhdCI6MTY4NTY4OTU1MiwiZXhwIjoyNTM3NjI1NTk5LCJhdWQiOiIiLCJpc3MiOiJzbWFsbGtvdWRhaSIsInN1YiI6IiJ9.mKw9nKRhQimdaNtMWLHT9TqIn2-iIcZR4txgy8z07xQ
|
secret: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJkYXRhIjpbeyJ0b29sdHQiOiJodHRwczovL3Rvb2x0dC5jb20ifV0sImlhdCI6MTY4NTY4OTU1MiwiZXhwIjoyNTM3NjI1NTk5LCJhdWQiOiIiLCJpc3MiOiJzbWFsbGtvdWRhaSIsInN1YiI6IiJ9.mKw9nKRhQimdaNtMWLHT9TqIn2-iIcZR4txgy8z07xQ
|
||||||
akhq:
|
akhq:
|
||||||
connections:
|
connections:
|
||||||
kafka-cluster:
|
kafka-dev:
|
||||||
properties:
|
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:
|
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"
|
type: "confluent"
|
||||||
security:
|
security:
|
||||||
default-group: no-roles
|
default-group: no-roles
|
||||||
|
@ -98,6 +104,6 @@ spec:
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
port: 8080
|
port: 8080
|
||||||
targetPort: http
|
targetPort: http
|
||||||
nodePort: 30024
|
nodePort: 30014
|
||||||
selector:
|
selector:
|
||||||
app: akhq
|
app: akhq
|
||||||
|
|
Loading…
Reference in New Issue