mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-06 10:11:28 +03:00
Updated chart to use persistent volumes
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
metadata:
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
io.kompose.service: ytdl-material-claim0
|
||||
name: ytdl-material-claim0
|
||||
spec:
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
resources:
|
||||
requests:
|
||||
storage: 100Mi
|
||||
status: {}
|
||||
@@ -0,0 +1,14 @@
|
||||
apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
metadata:
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
io.kompose.service: ytdl-material-claim1
|
||||
name: ytdl-material-claim1
|
||||
spec:
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
resources:
|
||||
requests:
|
||||
storage: 100Mi
|
||||
status: {}
|
||||
@@ -0,0 +1,14 @@
|
||||
apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
metadata:
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
io.kompose.service: ytdl-material-claim2
|
||||
name: ytdl-material-claim2
|
||||
spec:
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
resources:
|
||||
requests:
|
||||
storage: 100Mi
|
||||
status: {}
|
||||
@@ -0,0 +1,14 @@
|
||||
apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
metadata:
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
io.kompose.service: ytdl-material-claim3
|
||||
name: ytdl-material-claim3
|
||||
spec:
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
resources:
|
||||
requests:
|
||||
storage: 100Mi
|
||||
status: {}
|
||||
@@ -0,0 +1,14 @@
|
||||
apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
metadata:
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
io.kompose.service: ytdl-material-claim4
|
||||
name: ytdl-material-claim4
|
||||
spec:
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
resources:
|
||||
requests:
|
||||
storage: 100Mi
|
||||
status: {}
|
||||
@@ -3,7 +3,7 @@ kind: Deployment
|
||||
metadata:
|
||||
annotations:
|
||||
kompose.cmd: C:\Users\tzahi\Documents\YoutubeDL-Material\kompose.exe --file .\docker-compose.yml
|
||||
convert --volumes hostPath -c
|
||||
convert -c
|
||||
kompose.version: 1.21.0 (992df58d8)
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
@@ -20,7 +20,7 @@ spec:
|
||||
metadata:
|
||||
annotations:
|
||||
kompose.cmd: C:\Users\tzahi\Documents\YoutubeDL-Material\kompose.exe --file
|
||||
.\docker-compose.yml convert --volumes hostPath -c
|
||||
.\docker-compose.yml convert -c
|
||||
kompose.version: 1.21.0 (992df58d8)
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
@@ -38,31 +38,31 @@ spec:
|
||||
resources: {}
|
||||
volumeMounts:
|
||||
- mountPath: /app/appdata
|
||||
name: ytdl-material-hostpath0
|
||||
name: ytdl-material-claim0
|
||||
- mountPath: /app/audio
|
||||
name: ytdl-material-hostpath1
|
||||
name: ytdl-material-claim1
|
||||
- mountPath: /app/video
|
||||
name: ytdl-material-hostpath2
|
||||
name: ytdl-material-claim2
|
||||
- mountPath: /app/subscriptions
|
||||
name: ytdl-material-hostpath3
|
||||
name: ytdl-material-claim3
|
||||
- mountPath: /app/users
|
||||
name: ytdl-material-hostpath4
|
||||
name: ytdl-material-claim4
|
||||
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
|
||||
- name: ytdl-material-claim0
|
||||
persistentVolumeClaim:
|
||||
claimName: ytdl-material-claim0
|
||||
- name: ytdl-material-claim1
|
||||
persistentVolumeClaim:
|
||||
claimName: ytdl-material-claim1
|
||||
- name: ytdl-material-claim2
|
||||
persistentVolumeClaim:
|
||||
claimName: ytdl-material-claim2
|
||||
- name: ytdl-material-claim3
|
||||
persistentVolumeClaim:
|
||||
claimName: ytdl-material-claim3
|
||||
- name: ytdl-material-claim4
|
||||
persistentVolumeClaim:
|
||||
claimName: ytdl-material-claim4
|
||||
status: {}
|
||||
|
||||
@@ -3,7 +3,7 @@ kind: Service
|
||||
metadata:
|
||||
annotations:
|
||||
kompose.cmd: C:\Users\tzahi\Documents\YoutubeDL-Material\kompose.exe --file .\docker-compose.yml
|
||||
convert --volumes hostPath -c
|
||||
convert -c
|
||||
kompose.version: 1.21.0 (992df58d8)
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
|
||||
Reference in New Issue
Block a user