From 9e4fac3b43e80728ac2d925f88824ef9e9a22be9 Mon Sep 17 00:00:00 2001 From: Isaac Abadi Date: Thu, 31 Dec 2020 05:38:39 -0500 Subject: [PATCH] Renamed claims and increased size --- docker-compose/index.yaml | 6 ++-- ...l-claim-appdata-persistentvolumeclaim.yaml | 14 ++++++++ ...ial-claim-audio-persistentvolumeclaim.yaml | 14 ++++++++ ...m-subscriptions-persistentvolumeclaim.yaml | 14 ++++++++ ...ial-claim-users-persistentvolumeclaim.yaml | 14 ++++++++ ...ial-claim-video-persistentvolumeclaim.yaml | 14 ++++++++ .../templates/ytdl-material-deployment.yaml | 30 +++++++++--------- docker-compose/youtubedl-material-0.0.1.tgz | Bin 1264 -> 3188 bytes 8 files changed, 88 insertions(+), 18 deletions(-) create mode 100644 docker-compose/templates/ytdl-material-claim-appdata-persistentvolumeclaim.yaml create mode 100644 docker-compose/templates/ytdl-material-claim-audio-persistentvolumeclaim.yaml create mode 100644 docker-compose/templates/ytdl-material-claim-subscriptions-persistentvolumeclaim.yaml create mode 100644 docker-compose/templates/ytdl-material-claim-users-persistentvolumeclaim.yaml create mode 100644 docker-compose/templates/ytdl-material-claim-video-persistentvolumeclaim.yaml 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 1e5cd34a698ff6ab184ee2a1d0ba24d1a76dc7af..f231f5aed8df74dd8bdd66774c59b38158d48bce 100644 GIT binary patch delta 3160 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 delta 1221 zcmV;$1Umcl81M;@JAazrZ=*&K$McMI|HCMKX&-QQ0UL)mH@Wss%`e^M?o=t#X}yeN z6kzG@;vB8|zgJ+4e;mcO&LL@!uM|bFW@eX}&+IOciBzX!^g}aZ8fC!3ld~z4x|gvi zJUWaBA!Oh<#eYJ`=6_;2?h&ecH+M=)rtvzmr5mI|VUB|Ji=H>L5 z&w14-iW&Y=r183`C_i(<^wfhBmL&OKo?|QHZ+K+iU?%kgv5OJfU}P5fxRVj9!H7!7 z)w@o$i!r;wSenzcixJ1Df}xqzi-3>9M}L+r43wEX;ym|qRhX(WVji!RSn+8hp`1`J&r>S%>mvZTDp#%9p*}mvbmz&K_&qJ=T9^TJHa4$hQ5TO9q?k zKRW21|Fojo{ong}q`P%r^SZB^eiu+54^K~r^Fo~z6L5Y!U%@eXk9vJpUSB9~?|)1Q zbv_8e{GVCKVvh0~H?TGQzk5A8zkJ<`{6po~HvWlYZG8Xb*iOfPE4rNq3V88d*CSJN zaL|WwR(-+s+&%2{l&ayMNgYfW*VA-tN=!svjK9gpHvXx*$-hgS?)`5o`T<5|xZzDY zhCJRX&_ZU_Qw7Lp=vT(Fg00960+%73v05Sjo+m(S@