Fix dev & remve value
This commit is contained in:
parent
5023f7f0fd
commit
e05c56a3a4
1 changed files with 11 additions and 0 deletions
|
@ -7,3 +7,14 @@ metadata:
|
||||||
namespace: kafka
|
namespace: kafka
|
||||||
spec:
|
spec:
|
||||||
replicas: 1
|
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