19 lines
356 B
YAML
19 lines
356 B
YAML
|
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
|