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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user