mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-10 07:21:28 +03:00
Updated chart location, renamed yamls and hardcoded service name in ingress
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
metadata:
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
io.kompose.service: ytdl-material-claim-subscriptions
|
||||
name: ytdl-material-claim-subscriptions
|
||||
spec:
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
resources:
|
||||
requests:
|
||||
storage: {{ default "50Gi" .Values.subscriptionsClaimSize }}
|
||||
status: {}
|
||||
Reference in New Issue
Block a user