update
This commit is contained in:
parent
144f2926a9
commit
0432f02c10
33
test.yaml
33
test.yaml
@ -1,20 +1,21 @@
|
|||||||
apiVersion: apps/v1
|
apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
name: rtmp-adr
|
||||||
app: rtmp-adr
|
labels:
|
||||||
name: rtmp-adr
|
app: rtmp-adr
|
||||||
spec:
|
spec:
|
||||||
replicas: 1
|
replicas: 3
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app: rtmp-adr
|
app: rtmp-adr
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app: rtmp-adr
|
app: rtmp-adr
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- image: git.oe74.net/adelorenzo/rtmp-adr:0.6
|
- name: rtmp-adr
|
||||||
imagePullPolicy: IfNotPresent
|
image: git.oe74.net/adelorenzo/rtmp-adr:0.6
|
||||||
name: rtmp-adr
|
imagePullPolicy: IfNotPresent
|
||||||
|
name: rtmp-adr
|
||||||
|
Loading…
Reference in New Issue
Block a user