open kafka external ip
parent
c01d71beaf
commit
d70b666d24
|
@ -65,6 +65,13 @@ spec:
|
||||||
name: kafka-prod
|
name: kafka-prod
|
||||||
metricReporter:
|
metricReporter:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
listeners:
|
||||||
|
external:
|
||||||
|
externalAccess:
|
||||||
|
type: nodePort
|
||||||
|
nodePort:
|
||||||
|
host: kafka.beaconfireinc.com
|
||||||
|
nodePortOffset: 30001
|
||||||
# dependencies:
|
# dependencies:
|
||||||
# 多个kakfa集群复用zk
|
# 多个kakfa集群复用zk
|
||||||
# zookeeper:
|
# zookeeper:
|
||||||
|
@ -93,3 +100,8 @@ spec:
|
||||||
image:
|
image:
|
||||||
application: confluentinc/cp-schema-registry:7.4.0
|
application: confluentinc/cp-schema-registry:7.4.0
|
||||||
init: confluentinc/confluent-init-container:2.6.0
|
init: confluentinc/confluent-init-container:2.6.0
|
||||||
|
externalAccess:
|
||||||
|
type: nodePort
|
||||||
|
nodePort:
|
||||||
|
host: kafka.beaconfireinc.com
|
||||||
|
nodePortOffset: 30005
|
Loading…
Reference in New Issue