diff --git a/docker-compose/index.yaml b/docker-compose/index.yaml index 6ddf001..778be8d 100644 --- a/docker-compose/index.yaml +++ b/docker-compose/index.yaml @@ -2,13 +2,13 @@ apiVersion: v1 entries: youtubedl-material: - apiVersion: v1 - created: "2020-12-31T02:01:33.5676295-05:00" + created: "2020-12-31T05:32:00.6730825-05:00" description: A generated Helm Chart for youtubedl-material from Skippbox Kompose - digest: 347e1de3e09409c5c1ca6383e34dd41a832585bfca300e488de382aab2c26cf8 + digest: b53abe88813192efa68dde62dbe3271f60972233b0f605987200b24d050219f2 keywords: - youtubedl-material name: youtubedl-material urls: - youtubedl-material-0.0.1.tgz version: 0.0.1 -generated: "2020-12-31T02:01:33.5666042-05:00" +generated: "2020-12-31T05:32:00.667049-05:00" diff --git a/docker-compose/templates/ytdl-material-claim-appdata-persistentvolumeclaim.yaml b/docker-compose/templates/ytdl-material-claim-appdata-persistentvolumeclaim.yaml new file mode 100644 index 0000000..22f743f --- /dev/null +++ b/docker-compose/templates/ytdl-material-claim-appdata-persistentvolumeclaim.yaml @@ -0,0 +1,14 @@ +apiVersion: v1 +kind: PersistentVolumeClaim +metadata: + creationTimestamp: null + labels: + io.kompose.service: ytdl-material-claim-appdata + name: ytdl-material-claim-appdata +spec: + accessModes: + - ReadWriteOnce + resources: + requests: + storage: 1Gi +status: {} diff --git a/docker-compose/templates/ytdl-material-claim-audio-persistentvolumeclaim.yaml b/docker-compose/templates/ytdl-material-claim-audio-persistentvolumeclaim.yaml new file mode 100644 index 0000000..2a1a631 --- /dev/null +++ b/docker-compose/templates/ytdl-material-claim-audio-persistentvolumeclaim.yaml @@ -0,0 +1,14 @@ +apiVersion: v1 +kind: PersistentVolumeClaim +metadata: + creationTimestamp: null + labels: + io.kompose.service: ytdl-material-claim-audio + name: ytdl-material-claim-audio +spec: + accessModes: + - ReadWriteOnce + resources: + requests: + storage: 10Gi +status: {} diff --git a/docker-compose/templates/ytdl-material-claim-subscriptions-persistentvolumeclaim.yaml b/docker-compose/templates/ytdl-material-claim-subscriptions-persistentvolumeclaim.yaml new file mode 100644 index 0000000..8dcbe32 --- /dev/null +++ b/docker-compose/templates/ytdl-material-claim-subscriptions-persistentvolumeclaim.yaml @@ -0,0 +1,14 @@ +apiVersion: v1 +kind: PersistentVolumeClaim +metadata: + creationTimestamp: null + labels: + io.kompose.service: ytdl-material-claim-subscription + name: ytdl-material-subscription +spec: + accessModes: + - ReadWriteOnce + resources: + requests: + storage: 10Gi +status: {} diff --git a/docker-compose/templates/ytdl-material-claim-users-persistentvolumeclaim.yaml b/docker-compose/templates/ytdl-material-claim-users-persistentvolumeclaim.yaml new file mode 100644 index 0000000..ce2e131 --- /dev/null +++ b/docker-compose/templates/ytdl-material-claim-users-persistentvolumeclaim.yaml @@ -0,0 +1,14 @@ +apiVersion: v1 +kind: PersistentVolumeClaim +metadata: + creationTimestamp: null + labels: + io.kompose.service: ytdl-material-claim-users + name: ytdl-material-claim-users +spec: + accessModes: + - ReadWriteOnce + resources: + requests: + storage: 10Gi +status: {} diff --git a/docker-compose/templates/ytdl-material-claim-video-persistentvolumeclaim.yaml b/docker-compose/templates/ytdl-material-claim-video-persistentvolumeclaim.yaml new file mode 100644 index 0000000..9d44b05 --- /dev/null +++ b/docker-compose/templates/ytdl-material-claim-video-persistentvolumeclaim.yaml @@ -0,0 +1,14 @@ +apiVersion: v1 +kind: PersistentVolumeClaim +metadata: + creationTimestamp: null + labels: + io.kompose.service: ytdl-material-claim-video + name: ytdl-material-claim-video +spec: + accessModes: + - ReadWriteOnce + resources: + requests: + storage: 10Gi +status: {} diff --git a/docker-compose/templates/ytdl-material-deployment.yaml b/docker-compose/templates/ytdl-material-deployment.yaml index fb741c9..3f50188 100644 --- a/docker-compose/templates/ytdl-material-deployment.yaml +++ b/docker-compose/templates/ytdl-material-deployment.yaml @@ -38,31 +38,31 @@ spec: resources: {} volumeMounts: - mountPath: /app/appdata - name: ytdl-material-claim0 + name: ytdl-material-claim-appdata - mountPath: /app/audio - name: ytdl-material-claim1 + name: ytdl-material-claim-audio - mountPath: /app/video - name: ytdl-material-claim2 + name: ytdl-material-claim-video - mountPath: /app/subscriptions - name: ytdl-material-claim3 + name: ytdl-material-claim-subscriptions - mountPath: /app/users - name: ytdl-material-claim4 + name: ytdl-material-claim-users restartPolicy: Always serviceAccountName: "" volumes: - - name: ytdl-material-claim0 + - name: ytdl-material-claim-appdata persistentVolumeClaim: - claimName: ytdl-material-claim0 - - name: ytdl-material-claim1 + claimName: ytdl-material-claim-appdata + - name: ytdl-material-claim-audio persistentVolumeClaim: - claimName: ytdl-material-claim1 - - name: ytdl-material-claim2 + claimName: ytdl-material-claim-audio + - name: ytdl-material-claim-video persistentVolumeClaim: - claimName: ytdl-material-claim2 - - name: ytdl-material-claim3 + claimName: ytdl-material-claim-video + - name: ytdl-material-claim-subscriptions persistentVolumeClaim: - claimName: ytdl-material-claim3 - - name: ytdl-material-claim4 + claimName: ytdl-material-claim-subscriptions + - name: ytdl-material-claim-users persistentVolumeClaim: - claimName: ytdl-material-claim4 + claimName: ytdl-material-claim-users status: {} diff --git a/docker-compose/youtubedl-material-0.0.1.tgz b/docker-compose/youtubedl-material-0.0.1.tgz index 1e5cd34..f231f5a 100644 Binary files a/docker-compose/youtubedl-material-0.0.1.tgz and b/docker-compose/youtubedl-material-0.0.1.tgz differ