mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-03-07 20:10:03 +03:00
Added helm chart
This commit is contained in:
8
docker-compose/Chart.yaml
Normal file
8
docker-compose/Chart.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
name: .\docker-compose
|
||||
description: A generated Helm Chart for .\docker-compose from Skippbox Kompose
|
||||
version: 0.0.1
|
||||
apiVersion: v1
|
||||
keywords:
|
||||
- .\docker-compose
|
||||
sources:
|
||||
home:
|
||||
1
docker-compose/README.md
Normal file
1
docker-compose/README.md
Normal file
@@ -0,0 +1 @@
|
||||
This chart was created by Kompose
|
||||
14
docker-compose/index.yaml
Normal file
14
docker-compose/index.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
apiVersion: v1
|
||||
entries:
|
||||
.\docker-compose:
|
||||
- apiVersion: v1
|
||||
created: "2020-12-30T19:29:17.1665063-05:00"
|
||||
description: A generated Helm Chart for .\docker-compose from Skippbox Kompose
|
||||
digest: b02eeb73e6a88df0a650f8d18b76acff2ef972cbaa6800ab89c428b008eebdce
|
||||
keywords:
|
||||
- .\docker-compose
|
||||
name: .\docker-compose
|
||||
urls:
|
||||
- youtubedl-material-0.0.1.tgz
|
||||
version: 0.0.1
|
||||
generated: "2020-12-30T19:29:17.1654734-05:00"
|
||||
68
docker-compose/templates/ytdl-material-deployment.yaml
Normal file
68
docker-compose/templates/ytdl-material-deployment.yaml
Normal file
@@ -0,0 +1,68 @@
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
annotations:
|
||||
kompose.cmd: C:\Users\tzahi\Documents\YoutubeDL-Material\kompose.exe --file .\docker-compose.yml
|
||||
convert --volumes hostPath -c
|
||||
kompose.version: 1.21.0 (992df58d8)
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
io.kompose.service: ytdl-material
|
||||
name: ytdl-material
|
||||
spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
io.kompose.service: ytdl-material
|
||||
strategy:
|
||||
type: Recreate
|
||||
template:
|
||||
metadata:
|
||||
annotations:
|
||||
kompose.cmd: C:\Users\tzahi\Documents\YoutubeDL-Material\kompose.exe --file
|
||||
.\docker-compose.yml convert --volumes hostPath -c
|
||||
kompose.version: 1.21.0 (992df58d8)
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
io.kompose.service: ytdl-material
|
||||
spec:
|
||||
containers:
|
||||
- env:
|
||||
- name: ALLOW_CONFIG_MUTATIONS
|
||||
value: "true"
|
||||
image: tzahi12345/youtubedl-material:latest
|
||||
imagePullPolicy: ""
|
||||
name: ytdl-material
|
||||
ports:
|
||||
- containerPort: 17442
|
||||
resources: {}
|
||||
volumeMounts:
|
||||
- mountPath: /app/appdata
|
||||
name: ytdl-material-hostpath0
|
||||
- mountPath: /app/audio
|
||||
name: ytdl-material-hostpath1
|
||||
- mountPath: /app/video
|
||||
name: ytdl-material-hostpath2
|
||||
- mountPath: /app/subscriptions
|
||||
name: ytdl-material-hostpath3
|
||||
- mountPath: /app/users
|
||||
name: ytdl-material-hostpath4
|
||||
restartPolicy: Always
|
||||
serviceAccountName: ""
|
||||
volumes:
|
||||
- hostPath:
|
||||
path: C:\Users\tzahi\Documents\YoutubeDL-Material\appdata
|
||||
name: ytdl-material-hostpath0
|
||||
- hostPath:
|
||||
path: C:\Users\tzahi\Documents\YoutubeDL-Material\audio
|
||||
name: ytdl-material-hostpath1
|
||||
- hostPath:
|
||||
path: C:\Users\tzahi\Documents\YoutubeDL-Material\video
|
||||
name: ytdl-material-hostpath2
|
||||
- hostPath:
|
||||
path: C:\Users\tzahi\Documents\YoutubeDL-Material\subscriptions
|
||||
name: ytdl-material-hostpath3
|
||||
- hostPath:
|
||||
path: C:\Users\tzahi\Documents\YoutubeDL-Material\users
|
||||
name: ytdl-material-hostpath4
|
||||
status: {}
|
||||
20
docker-compose/templates/ytdl-material-service.yaml
Normal file
20
docker-compose/templates/ytdl-material-service.yaml
Normal file
@@ -0,0 +1,20 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
annotations:
|
||||
kompose.cmd: C:\Users\tzahi\Documents\YoutubeDL-Material\kompose.exe --file .\docker-compose.yml
|
||||
convert --volumes hostPath -c
|
||||
kompose.version: 1.21.0 (992df58d8)
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
io.kompose.service: ytdl-material
|
||||
name: ytdl-material
|
||||
spec:
|
||||
ports:
|
||||
- name: "8998"
|
||||
port: 8998
|
||||
targetPort: 17442
|
||||
selector:
|
||||
io.kompose.service: ytdl-material
|
||||
status:
|
||||
loadBalancer: {}
|
||||
BIN
docker-compose/youtubedl-material-0.0.1.tgz
Normal file
BIN
docker-compose/youtubedl-material-0.0.1.tgz
Normal file
Binary file not shown.
Reference in New Issue
Block a user