Compare commits
9 Commits
1fecf112e6
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 2ed1288cb6 | |||
| 37553ccc8a | |||
| 755b5995ed | |||
| 0d6a29f290 | |||
| 3f9e1f88b5 | |||
| 4e6ba99ac1 | |||
| 1c7d1e29fa | |||
| 7e89022ecf | |||
| 4e1ed0a4d5 |
@@ -9,4 +9,4 @@ dependencies:
|
|||||||
repository: oci://harbor.alexlebens.net/helm-charts
|
repository: oci://harbor.alexlebens.net/helm-charts
|
||||||
version: 1.0.1
|
version: 1.0.1
|
||||||
digest: sha256:14197d65a6db43a466933c29b6c78e234dd46514254a2d24814e713ca9f3c919
|
digest: sha256:14197d65a6db43a466933c29b6c78e234dd46514254a2d24814e713ca9f3c919
|
||||||
generated: "2026-01-16T21:16:10.577104481Z"
|
generated: "2026-01-16T21:44:02.294108101Z"
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
seerr-chart:
|
seerr-chart:
|
||||||
image:
|
image:
|
||||||
tag: develop
|
tag: develop
|
||||||
sha: f96deeef25cfb7bb0ecaa90f324bf6dfb66a844e8ed38501764f4d982a152280
|
sha: 015bc6dc38244eca572ae34ea717c8f4826c582e124c937e0aa2b92fcb94e4f3
|
||||||
probes:
|
probes:
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
initialDelaySeconds: 60
|
initialDelaySeconds: 60
|
||||||
|
|||||||
@@ -5,11 +5,28 @@ yubal-playlist:
|
|||||||
replicas: 1
|
replicas: 1
|
||||||
strategy: Recreate
|
strategy: Recreate
|
||||||
revisionHistoryLimit: 3
|
revisionHistoryLimit: 3
|
||||||
|
initContainers:
|
||||||
|
init-copy-cookie:
|
||||||
|
image:
|
||||||
|
repository: busybox
|
||||||
|
tag: 1.37.0
|
||||||
|
pullPolicy: IfNotPresent
|
||||||
|
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
|
||||||
containers:
|
containers:
|
||||||
main:
|
main:
|
||||||
image:
|
image:
|
||||||
repository: harbor.alexlebens.net/images/yubal-playlist
|
repository: harbor.alexlebens.net/images/yubal-playlist
|
||||||
tag: 0.1.6
|
tag: 0.1.10
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
env:
|
env:
|
||||||
- name: YUBAL_TZ
|
- name: YUBAL_TZ
|
||||||
@@ -145,15 +162,21 @@ yubal-playlist:
|
|||||||
name: yubal-playlist-cookie
|
name: yubal-playlist-cookie
|
||||||
advancedMounts:
|
advancedMounts:
|
||||||
main:
|
main:
|
||||||
init-copy-config:
|
init-copy-cookie:
|
||||||
- path: /app/ytdlp/cookies.txt
|
- path: /app/ytdlp/cookies-ro.txt
|
||||||
readOnly: true
|
readOnly: true
|
||||||
mountPropagation: None
|
mountPropagation: None
|
||||||
subPath: cookies.txt
|
subPath: cookies.txt
|
||||||
cache:
|
config:
|
||||||
type: emptyDir
|
storageClass: ceph-block
|
||||||
|
accessMode: ReadWriteOnce
|
||||||
|
size: 1Gi
|
||||||
|
retain: true
|
||||||
advancedMounts:
|
advancedMounts:
|
||||||
main:
|
main:
|
||||||
|
init-copy-cookie:
|
||||||
|
- path: /app/ytdlp
|
||||||
|
readOnly: false
|
||||||
main:
|
main:
|
||||||
- path: /app/ytdlp
|
- path: /app/ytdlp
|
||||||
readOnly: false
|
readOnly: false
|
||||||
|
|||||||
Reference in New Issue
Block a user