This commit is contained in:
Adolfo Delorenzo 2023-01-20 23:57:13 +00:00
parent 0432f02c10
commit 0ff68082a5
1 changed files with 2 additions and 3 deletions

View File

@ -1,11 +1,11 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: rtmp-adr
name: rtmp-adr-deployment
labels:
app: rtmp-adr
spec:
replicas: 3
replicas: 1
selector:
matchLabels:
app: rtmp-adr
@ -18,4 +18,3 @@ spec:
- name: rtmp-adr
image: git.oe74.net/adelorenzo/rtmp-adr:0.6
imagePullPolicy: IfNotPresent
name: rtmp-adr