2023-01-20 22:57:38 +00:00
|
|
|
apiVersion: v1
|
|
|
|
items:
|
|
|
|
- apiVersion: v1
|
|
|
|
kind: Service
|
|
|
|
metadata:
|
|
|
|
annotations:
|
|
|
|
kompose.cmd: kompose convert -o rtmp-adr.yaml
|
|
|
|
kompose.service.type: nodeport
|
|
|
|
kompose.version: 1.27.0 (b0ed6a2c9)
|
|
|
|
creationTimestamp: null
|
|
|
|
labels:
|
|
|
|
io.kompose.service: adelorenzo
|
|
|
|
name: adelorenzo
|
|
|
|
spec:
|
|
|
|
ports:
|
|
|
|
- name: "1935"
|
|
|
|
port: 1935
|
|
|
|
targetPort: 1935
|
|
|
|
- name: "8080"
|
|
|
|
port: 8080
|
|
|
|
targetPort: 8080
|
|
|
|
- name: "80"
|
|
|
|
port: 80
|
|
|
|
targetPort: 80
|
|
|
|
selector:
|
|
|
|
io.kompose.service: adelorenzo
|
|
|
|
type: NodePort
|
|
|
|
status:
|
|
|
|
loadBalancer: {}
|
|
|
|
- apiVersion: apps/v1
|
|
|
|
kind: Deployment
|
|
|
|
metadata:
|
|
|
|
annotations:
|
|
|
|
kompose.cmd: kompose convert -o rtmp-adr.yaml
|
|
|
|
kompose.service.type: nodeport
|
|
|
|
kompose.version: 1.27.0 (b0ed6a2c9)
|
|
|
|
creationTimestamp: null
|
|
|
|
labels:
|
|
|
|
io.kompose.service: adelorenzo
|
|
|
|
name: adelorenzo
|
|
|
|
spec:
|
|
|
|
replicas: 1
|
|
|
|
selector:
|
|
|
|
matchLabels:
|
|
|
|
io.kompose.service: adelorenzo
|
|
|
|
strategy: {}
|
|
|
|
template:
|
|
|
|
metadata:
|
|
|
|
annotations:
|
|
|
|
kompose.cmd: kompose convert -o rtmp-adr.yaml
|
|
|
|
kompose.service.type: nodeport
|
|
|
|
kompose.version: 1.27.0 (b0ed6a2c9)
|
|
|
|
creationTimestamp: null
|
|
|
|
labels:
|
|
|
|
io.kompose.service: adelorenzo
|
|
|
|
spec:
|
|
|
|
containers:
|
2023-01-20 23:25:40 +00:00
|
|
|
- image: git.oe74.net/adelorenzo/rtmp-adr:0.6
|
2023-01-20 22:57:38 +00:00
|
|
|
name: adelorenzo
|
|
|
|
ports:
|
|
|
|
- containerPort: 1935
|
|
|
|
- containerPort: 8080
|
|
|
|
- containerPort: 80
|
|
|
|
resources: {}
|
|
|
|
restartPolicy: Always
|
|
|
|
status: {}
|
|
|
|
kind: List
|
|
|
|
metadata: {}
|
|
|
|
|