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: entries:
youtubedl-material: youtubedl-material:
- apiVersion: v1 - 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 description: A generated Helm Chart for youtubedl-material from Skippbox Kompose
digest: b02eeb73e6a88df0a650f8d18b76acff2ef972cbaa6800ab89c428b008eebdce digest: ad0b0b00c4d96a79aba56c3a5c24c1bb659561becc99206175de9c73b8e0cde5
keywords: keywords:
- youtubedl-material - youtubedl-material
name: youtubedl-material name: youtubedl-material
urls: urls:
- youtubedl-material-0.0.1.tgz - youtubedl-material-0.0.1.tgz
version: 0.0.1 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: metadata:
annotations: annotations:
kompose.cmd: C:\Users\tzahi\Documents\YoutubeDL-Material\kompose.exe --file .\docker-compose.yml 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) kompose.version: 1.21.0 (992df58d8)
creationTimestamp: null creationTimestamp: null
labels: labels:
@@ -20,7 +20,7 @@ spec:
metadata: metadata:
annotations: annotations:
kompose.cmd: C:\Users\tzahi\Documents\YoutubeDL-Material\kompose.exe --file 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) kompose.version: 1.21.0 (992df58d8)
creationTimestamp: null creationTimestamp: null
labels: labels:
@@ -38,31 +38,31 @@ spec:
resources: {} resources: {}
volumeMounts: volumeMounts:
- mountPath: /app/appdata - mountPath: /app/appdata
name: ytdl-material-hostpath0 name: ytdl-material-claim0
- mountPath: /app/audio - mountPath: /app/audio
name: ytdl-material-hostpath1 name: ytdl-material-claim1
- mountPath: /app/video - mountPath: /app/video
name: ytdl-material-hostpath2 name: ytdl-material-claim2
- mountPath: /app/subscriptions - mountPath: /app/subscriptions
name: ytdl-material-hostpath3 name: ytdl-material-claim3
- mountPath: /app/users - mountPath: /app/users
name: ytdl-material-hostpath4 name: ytdl-material-claim4
restartPolicy: Always restartPolicy: Always
serviceAccountName: "" serviceAccountName: ""
volumes: volumes:
- hostPath: - name: ytdl-material-claim0
path: C:\Users\tzahi\Documents\YoutubeDL-Material\appdata persistentVolumeClaim:
name: ytdl-material-hostpath0 claimName: ytdl-material-claim0
- hostPath: - name: ytdl-material-claim1
path: C:\Users\tzahi\Documents\YoutubeDL-Material\audio persistentVolumeClaim:
name: ytdl-material-hostpath1 claimName: ytdl-material-claim1
- hostPath: - name: ytdl-material-claim2
path: C:\Users\tzahi\Documents\YoutubeDL-Material\video persistentVolumeClaim:
name: ytdl-material-hostpath2 claimName: ytdl-material-claim2
- hostPath: - name: ytdl-material-claim3
path: C:\Users\tzahi\Documents\YoutubeDL-Material\subscriptions persistentVolumeClaim:
name: ytdl-material-hostpath3 claimName: ytdl-material-claim3
- hostPath: - name: ytdl-material-claim4
path: C:\Users\tzahi\Documents\YoutubeDL-Material\users persistentVolumeClaim:
name: ytdl-material-hostpath4 claimName: ytdl-material-claim4
status: {} status: {}

View File

@@ -3,7 +3,7 @@ kind: Service
metadata: metadata:
annotations: annotations:
kompose.cmd: C:\Users\tzahi\Documents\YoutubeDL-Material\kompose.exe --file .\docker-compose.yml 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) kompose.version: 1.21.0 (992df58d8)
creationTimestamp: null creationTimestamp: null
labels: labels: