Updated chart to use persistent volumes

This commit is contained in:
Isaac Abadi
2020-12-31 01:58:31 -05:00
parent 391b8286e9
commit 7c18d3d69d
9 changed files with 96 additions and 26 deletions

View File

@@ -2,13 +2,13 @@ apiVersion: v1
entries:
youtubedl-material:
- apiVersion: v1
created: "2020-12-30T19:29:17.1665063-05:00"
created: "2020-12-31T01:55:22.0787497-05:00"
description: A generated Helm Chart for youtubedl-material from Skippbox Kompose
digest: b02eeb73e6a88df0a650f8d18b76acff2ef972cbaa6800ab89c428b008eebdce
digest: ad0b0b00c4d96a79aba56c3a5c24c1bb659561becc99206175de9c73b8e0cde5
keywords:
- youtubedl-material
name: youtubedl-material
urls:
- youtubedl-material-0.0.1.tgz
version: 0.0.1
generated: "2020-12-30T19:29:17.1654734-05:00"
generated: "2020-12-31T01:55:22.0777453-05:00"

View File

@@ -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: {}

View File

@@ -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: {}

View File

@@ -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: {}

View File

@@ -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: {}

View File

@@ -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: {}

View File

@@ -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: {}

View File

@@ -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: