schema-registry nodeport
parent
08fe34afce
commit
e4cb747d70
|
@ -100,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: 10.2.0.13
|
||||||
|
nodePortOffset: 30031
|
|
@ -95,3 +95,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: 10.2.0.10
|
||||||
|
nodePortOffset: 30035
|
Loading…
Reference in New Issue