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