Automated Manifest Update (#3290)

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

Reviewed-on: #3290
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 #3290.
This commit is contained in:
2026-01-17 04:29:07 +00:00
committed by Alex Lebens
parent 84a1b60437
commit c2de5b5792

View File

@@ -33,6 +33,21 @@ spec:
hostNetwork: false
hostPID: false
dnsPolicy: ClusterFirst
initContainers:
- command:
- /bin/sh
- -ec
- |-
if [ ! -f "/app/ytdlp/cookies.txt" ]; then
echo ">> Coping files ..."
ls /app/ytdlp
cp -fv /app/ytdlp/cookies-ro.txt /app/ytdlp/cookies.txt
echo ">> Files in ytdlp:"
ls /app/ytdlp
fi
image: busybox:1.37.0
imagePullPolicy: IfNotPresent
name: init-copy-config
containers:
- env:
- name: VPN_SERVICE_PROVIDER
@@ -135,7 +150,7 @@ spec:
volumeMounts:
- mountPath: /app/ytdlp
name: config
- mountPath: /app/ytdlp/cookies.txt
- mountPath: /app/ytdlp/cookies-ro.txt
mountPropagation: None
name: cookie
readOnly: true