Fix dev & remve value

This commit is contained in:
Benedith Mulongo 2024-12-09 14:21:07 +01:00
parent 5023f7f0fd
commit e05c56a3a4
Signed by: benedith
GPG key ID: 62D68B584B4B3EB3

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