streams-manifests/kafka-resources/base/kafka-schema-registry/schema-registry-service.yaml

19 lines
356 B
YAML
Raw Normal View History

apiVersion: v1
kind: Service
metadata:
annotations:
kompose.cmd: kompose --file docker-compose.yml convert
kompose.version: 1.34.0 (cbf2835db)
labels:
app: schema-registry
name: schema-registry
namespace: kafka
spec:
type: NodePort
ports:
- port: 8081
targetPort: 8081
nodePort: 30081
selector:
app: schema-registry