This commit is contained in:
Adolfo Delorenzo 2023-01-20 23:43:48 +00:00
parent 7507c29ce2
commit 6ad171dce7
1 changed files with 0 additions and 15 deletions

View File

@ -18,18 +18,3 @@ spec:
- image: git.oe74.net/adelorenzo/rtmp-adr:0.6
imagePullPolicy: IfNotPresent
name: rtmp-adr
---
apiVersion: v1
kind: Service
metadata:
labels:
app: rtmp-adr
name: rtmp-adr-svc
spec:
ports:
- port: 31935
protocol: TCP
targetPort: 1935
selector:
app: rtmp-adr
type: NodePort