mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-14 10:11:28 +03:00
Renamed claims and increased size
This commit is contained in:
@@ -2,13 +2,13 @@ apiVersion: v1
|
|||||||
entries:
|
entries:
|
||||||
youtubedl-material:
|
youtubedl-material:
|
||||||
- apiVersion: v1
|
- 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
|
description: A generated Helm Chart for youtubedl-material from Skippbox Kompose
|
||||||
digest: 347e1de3e09409c5c1ca6383e34dd41a832585bfca300e488de382aab2c26cf8
|
digest: b53abe88813192efa68dde62dbe3271f60972233b0f605987200b24d050219f2
|
||||||
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-31T02:01:33.5666042-05:00"
|
generated: "2020-12-31T05:32:00.667049-05:00"
|
||||||
|
|||||||
@@ -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: {}
|
||||||
@@ -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: {}
|
||||||
@@ -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: {}
|
||||||
@@ -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: {}
|
||||||
@@ -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: {}
|
||||||
@@ -38,31 +38,31 @@ spec:
|
|||||||
resources: {}
|
resources: {}
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /app/appdata
|
- mountPath: /app/appdata
|
||||||
name: ytdl-material-claim0
|
name: ytdl-material-claim-appdata
|
||||||
- mountPath: /app/audio
|
- mountPath: /app/audio
|
||||||
name: ytdl-material-claim1
|
name: ytdl-material-claim-audio
|
||||||
- mountPath: /app/video
|
- mountPath: /app/video
|
||||||
name: ytdl-material-claim2
|
name: ytdl-material-claim-video
|
||||||
- mountPath: /app/subscriptions
|
- mountPath: /app/subscriptions
|
||||||
name: ytdl-material-claim3
|
name: ytdl-material-claim-subscriptions
|
||||||
- mountPath: /app/users
|
- mountPath: /app/users
|
||||||
name: ytdl-material-claim4
|
name: ytdl-material-claim-users
|
||||||
restartPolicy: Always
|
restartPolicy: Always
|
||||||
serviceAccountName: ""
|
serviceAccountName: ""
|
||||||
volumes:
|
volumes:
|
||||||
- name: ytdl-material-claim0
|
- name: ytdl-material-claim-appdata
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
claimName: ytdl-material-claim0
|
claimName: ytdl-material-claim-appdata
|
||||||
- name: ytdl-material-claim1
|
- name: ytdl-material-claim-audio
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
claimName: ytdl-material-claim1
|
claimName: ytdl-material-claim-audio
|
||||||
- name: ytdl-material-claim2
|
- name: ytdl-material-claim-video
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
claimName: ytdl-material-claim2
|
claimName: ytdl-material-claim-video
|
||||||
- name: ytdl-material-claim3
|
- name: ytdl-material-claim-subscriptions
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
claimName: ytdl-material-claim3
|
claimName: ytdl-material-claim-subscriptions
|
||||||
- name: ytdl-material-claim4
|
- name: ytdl-material-claim-users
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
claimName: ytdl-material-claim4
|
claimName: ytdl-material-claim-users
|
||||||
status: {}
|
status: {}
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user