Fix base & remve value
This commit is contained in:
parent
ab8f1de757
commit
5023f7f0fd
2 changed files with 11 additions and 2 deletions
|
@ -30,8 +30,6 @@ spec:
|
|||
- containerPort: 8081
|
||||
protocol: TCP
|
||||
env:
|
||||
- name: SCHEMA_REGISTRY_HOST_NAME
|
||||
value: schema-registry
|
||||
- name: SCHEMA_REGISTRY_KAFKASTORE_BOOTSTRAP_SERVERS
|
||||
value: kafka-cluster-kafka-plainext-bootstrap:9092
|
||||
- name: SCHEMA_REGISTRY_LISTENERS
|
||||
|
|
|
@ -7,3 +7,14 @@ metadata:
|
|||
namespace: kafka
|
||||
spec:
|
||||
replicas: 1
|
||||
template:
|
||||
spec:
|
||||
containers:
|
||||
- name: schema-registry
|
||||
image: confluentinc/cp-schema-registry:6.1.1
|
||||
ports:
|
||||
- containerPort: 8081
|
||||
protocol: TCP
|
||||
env:
|
||||
- name: SCHEMA_REGISTRY_HOST_NAME
|
||||
value: schema-registry
|
||||
|
|
Loading…
Add table
Reference in a new issue