mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-03-30 00:20:57 +03:00
Renamed claims and increased size
This commit is contained in:
@@ -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: {}
|
||||
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: {}
|
||||
|
||||
Reference in New Issue
Block a user