Fix base & remve value

This commit is contained in:
Benedith Mulongo 2024-12-09 14:19:48 +01:00
parent ab8f1de757
commit 5023f7f0fd
Signed by: benedith
GPG key ID: 62D68B584B4B3EB3
2 changed files with 11 additions and 2 deletions

View file

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

View file

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