streams-manifests/kafka-resources/overlays/dev/kafka-schema-registry/schema-registry-deployment.yaml

21 lines
425 B
YAML
Raw Normal View History

apiVersion: apps/v1
kind: Deployment
metadata:
labels:
app: schema-registry
name: schema-registry
namespace: kafka
spec:
replicas: 1
2024-12-09 14:21:07 +01:00
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