schema-registry nodeport

main
ycz008 2023-09-07 22:01:04 +08:00
parent 08fe34afce
commit e4cb747d70
2 changed files with 11 additions and 1 deletions

View File

@ -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

View File

@ -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