Update prod settings for schema-reg
This commit is contained in:
parent
336bafea6c
commit
e0127c836b
1 changed files with 3 additions and 1 deletions
|
@ -8,13 +8,15 @@ metadata:
|
|||
spec:
|
||||
replicas: 3
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app: schema-registry
|
||||
spec:
|
||||
containers:
|
||||
- name: schema-registry
|
||||
image: confluentinc/cp-schema-registry:6.1.1
|
||||
ports:
|
||||
- containerPort: 8081
|
||||
protocol: TCP
|
||||
env:
|
||||
- name: SCHEMA_REGISTRY_HOST_NAME
|
||||
valueFrom:
|
||||
|
|
Loading…
Add table
Reference in a new issue