Automated Manifest Update (#3289)

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

Reviewed-on: #3289
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 #3289.
This commit is contained in:
2026-01-17 03:54:12 +00:00
committed by Alex Lebens
parent 7ae9faa990
commit 84a1b60437
2 changed files with 6 additions and 1 deletions

View File

@@ -43,7 +43,7 @@ spec:
runAsUser: 1000
seccompProfile:
type: RuntimeDefault
image: "ghcr.io/seerr-team/seerr:develop@sha256:f96deeef25cfb7bb0ecaa90f324bf6dfb66a844e8ed38501764f4d982a152280"
image: "ghcr.io/seerr-team/seerr:develop@sha256:015bc6dc38244eca572ae34ea717c8f4826c582e124c937e0aa2b92fcb94e4f3"
imagePullPolicy: IfNotPresent
ports:
- name: http

View File

@@ -135,6 +135,11 @@ spec:
volumeMounts:
- mountPath: /app/ytdlp
name: config
- mountPath: /app/ytdlp/cookies.txt
mountPropagation: None
name: cookie
readOnly: true
subPath: cookies.txt
- mountPath: /app/data
name: music
volumes: