20 lines
367 B
YAML
20 lines
367 B
YAML
job:
|
|
schedule: "0 * * * *"
|
|
image:
|
|
repository: bbilly1/tubearchivist-jf
|
|
tag: v0.1.2
|
|
pullPolicy: IfNotPresent
|
|
persistence:
|
|
youtube:
|
|
claimName: ""
|
|
config:
|
|
tubearchivistUrl: ""
|
|
jellyfinUrl: ""
|
|
secrets:
|
|
tubearchivistToken:
|
|
existingSecretName: ""
|
|
existingSecretKey: token
|
|
jellyfinToken:
|
|
existingSecretName: ""
|
|
existingSecretKey: token
|