k43D/dsmr/servicedsmr.yml
2023-06-06 08:15:34 +02:00

16 lines
204 B
YAML

apiVersion: v1
kind: Service
metadata:
labels:
app: dsmr
name: dsmr
spec:
ports:
- nodePort: 30500
port: 80
protocol: TCP
targetPort: 80
selector:
app: dsmr
type: NodePort