Automated Manifest Update #3289
@@ -43,7 +43,7 @@ spec:
|
|||||||
runAsUser: 1000
|
runAsUser: 1000
|
||||||
seccompProfile:
|
seccompProfile:
|
||||||
type: RuntimeDefault
|
type: RuntimeDefault
|
||||||
image: "ghcr.io/seerr-team/seerr:develop@sha256:f96deeef25cfb7bb0ecaa90f324bf6dfb66a844e8ed38501764f4d982a152280"
|
image: "ghcr.io/seerr-team/seerr:develop@sha256:015bc6dc38244eca572ae34ea717c8f4826c582e124c937e0aa2b92fcb94e4f3"
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: http
|
||||||
|
|||||||
@@ -135,6 +135,11 @@ spec:
|
|||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /app/ytdlp
|
- mountPath: /app/ytdlp
|
||||||
name: config
|
name: config
|
||||||
|
- mountPath: /app/ytdlp/cookies.txt
|
||||||
|
mountPropagation: None
|
||||||
|
name: cookie
|
||||||
|
readOnly: true
|
||||||
|
subPath: cookies.txt
|
||||||
- mountPath: /app/data
|
- mountPath: /app/data
|
||||||
name: music
|
name: music
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Reference in New Issue
Block a user