Update 'rtmp-server.yaml'

This commit is contained in:
Adolfo Delorenzo 2023-01-23 16:24:35 +00:00
parent ae4f8a1e20
commit 9ac432ff87
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@ apiVersion: apps/v1
kind: Deployment
metadata:
name: rtmp-server
namespace: rtmp
spec:
replicas: 1
strategy:
@ -23,6 +24,7 @@ apiVersion: v1
kind: Service
metadata:
name: rtmp-server-svc
namespace: rtmp
spec:
selector:
app: rtmp-server