rtmp-adr/rtmp-adr.yaml

76 lines
1.9 KiB
YAML
Raw Normal View History

2023-01-20 22:57:38 +00:00
apiVersion: v1
items:
- apiVersion: v1
kind: Service
metadata:
annotations:
2023-01-21 00:14:28 +00:00
kompose.cmd: kompose convert -f docker-compose.yaml -o rtmp-adr.yaml
2023-01-20 22:57:38 +00:00
kompose.service.type: nodeport
kompose.version: 1.27.0 (b0ed6a2c9)
creationTimestamp: null
labels:
2023-01-21 00:14:28 +00:00
io.kompose.service: rtmp-adr
name: rtmp-adr
2023-01-20 22:57:38 +00:00
spec:
ports:
2023-01-21 00:24:33 +00:00
- name: rtmp
port: 1935
2023-01-21 00:29:18 +00:00
targetPort: 1935
2023-01-21 00:25:54 +00:00
nodePort: 31935
2023-01-21 00:28:31 +00:00
protocol: TCP
2023-01-21 00:24:33 +00:00
- name: hls
port: 8080
2023-01-21 00:29:18 +00:00
targetPort: 8080
2023-01-21 00:25:54 +00:00
nodePort: 31080
2023-01-21 00:28:31 +00:00
protocol: TCP
2023-01-21 00:24:33 +00:00
- name: http
port: 80
2023-01-21 00:29:18 +00:00
targetPort: 80
2023-01-21 00:25:54 +00:00
nodePort: 30080
2023-01-21 00:28:31 +00:00
protocol: TCP
2023-01-20 22:57:38 +00:00
selector:
2023-01-21 00:14:28 +00:00
io.kompose.service: rtmp-adr
2023-01-20 22:57:38 +00:00
type: NodePort
status:
loadBalancer: {}
- apiVersion: apps/v1
kind: Deployment
metadata:
annotations:
2023-01-21 00:14:28 +00:00
kompose.cmd: kompose convert -f docker-compose.yaml -o rtmp-adr.yaml
2023-01-20 22:57:38 +00:00
kompose.service.type: nodeport
kompose.version: 1.27.0 (b0ed6a2c9)
creationTimestamp: null
labels:
2023-01-21 00:14:28 +00:00
io.kompose.service: rtmp-adr
name: rtmp-adr
2023-01-20 22:57:38 +00:00
spec:
replicas: 1
selector:
matchLabels:
2023-01-21 00:14:28 +00:00
io.kompose.service: rtmp-adr
2023-01-20 22:57:38 +00:00
strategy: {}
template:
metadata:
annotations:
2023-01-21 00:14:28 +00:00
kompose.cmd: kompose convert -f docker-compose.yaml -o rtmp-adr.yaml
2023-01-20 22:57:38 +00:00
kompose.service.type: nodeport
kompose.version: 1.27.0 (b0ed6a2c9)
creationTimestamp: null
labels:
2023-01-21 00:14:28 +00:00
io.kompose.service: rtmp-adr
2023-01-20 22:57:38 +00:00
spec:
containers:
2023-01-21 00:21:08 +00:00
- image: git.oe74.net/adelorenzo/rtmp-adr:0.6
2023-01-21 00:14:28 +00:00
name: rtmp-adr
2023-01-20 22:57:38 +00:00
ports:
- containerPort: 1935
- containerPort: 8080
- containerPort: 80
resources: {}
restartPolicy: Always
status: {}
kind: List
metadata: {}