schema-registry nodeport
parent
08fe34afce
commit
e4cb747d70
|
@ -100,3 +100,8 @@ spec:
|
|||
image:
|
||||
application: confluentinc/cp-schema-registry:7.4.0
|
||||
init: confluentinc/confluent-init-container:2.6.0
|
||||
externalAccess:
|
||||
type: nodePort
|
||||
nodePort:
|
||||
host: 10.2.0.13
|
||||
nodePortOffset: 30031
|
|
@ -94,4 +94,9 @@ spec:
|
|||
topologyKey: kubernetes.io/hostname
|
||||
image:
|
||||
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: 10.2.0.10
|
||||
nodePortOffset: 30035
|
Loading…
Reference in New Issue