k43D/dsmr/servicedsmr.yml

16 lines
204 B
YAML
Raw Permalink Normal View History

2023-06-06 06:15:34 +00:00
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