Automated Manifest Update (#3291)

This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow.

Reviewed-on: #3291
Co-authored-by: gitea-bot <gitea-bot@alexlebens.net>
Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
This commit was merged in pull request #3291.
This commit is contained in:
2026-01-17 04:32:43 +00:00
committed by Alex Lebens
parent c2de5b5792
commit 014569f0fd

View File

@@ -37,7 +37,7 @@ spec:
- command:
- /bin/sh
- -ec
- |-
- |
if [ ! -f "/app/ytdlp/cookies.txt" ]; then
echo ">> Coping files ..."
ls /app/ytdlp
@@ -47,7 +47,15 @@ spec:
fi
image: busybox:1.37.0
imagePullPolicy: IfNotPresent
name: init-copy-config
name: init-copy-cookie
volumeMounts:
- mountPath: /app/ytdlp
name: config
- mountPath: /app/ytdlp/cookies-ro.txt
mountPropagation: None
name: cookie
readOnly: true
subPath: cookies.txt
containers:
- env:
- name: VPN_SERVICE_PROVIDER
@@ -150,11 +158,6 @@ spec:
volumeMounts:
- mountPath: /app/ytdlp
name: config
- mountPath: /app/ytdlp/cookies-ro.txt
mountPropagation: None
name: cookie
readOnly: true
subPath: cookies.txt
- mountPath: /app/data
name: music
volumes: