Update 'rtmp-server.yaml'

This commit is contained in:
Adolfo Delorenzo 2023-01-21 23:13:19 +00:00
parent 2249b42d31
commit 413af23fc4
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: rtmp-adr-deployment
name: rtmp-adr
spec:
replicas: 1
strategy:
@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: rtmp-adr-deployment-container
image: git.oe74.net/adelorenzo/rtmp-adr:0.7
image: git.oe74.net/adelorenzo/rtmp-adr:0.8
---
apiVersion: v1
kind: Service