15 lines
209 B
YAML
15 lines
209 B
YAML
|
apiVersion: v1
|
||
|
kind: Service
|
||
|
metadata:
|
||
|
name: kx3dex-radio-service
|
||
|
spec:
|
||
|
type: NodePort
|
||
|
selector:
|
||
|
app: KX3DEX_Radio
|
||
|
ports:
|
||
|
- protocol: TCP
|
||
|
port: 3000
|
||
|
targetPort: 3000
|
||
|
nodePort: 30080
|
||
|
|