53 lines
914 B
YAML
53 lines
914 B
YAML
image:
|
|
repository: ghcr.io/taxel/plextraktsync
|
|
tag: 0.28.20@sha256:7da477e8211e8fadf414a784091b133f5a9cca356b1dac36f05fcbbe0b6ac412
|
|
pullPolicy: IfNotPresent
|
|
|
|
securityContext:
|
|
container:
|
|
runAsNonRoot: false
|
|
readOnlyRootFilesystem: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
service:
|
|
main:
|
|
enabled: false
|
|
ports:
|
|
main:
|
|
enabled: false
|
|
|
|
plextraktsync:
|
|
cron_enabled: true
|
|
task: ""
|
|
schedule: "0 */6 * * *"
|
|
|
|
cronjob:
|
|
annotations: {}
|
|
failedJobsHistoryLimit: 5
|
|
successfulJobsHistoryLimit: 2
|
|
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
tty: true
|
|
stdin: true
|
|
probes:
|
|
liveness:
|
|
enabled: false
|
|
readiness:
|
|
enabled: false
|
|
startup:
|
|
enabled: false
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /app/config
|
|
|
|
portal:
|
|
open:
|
|
enabled: false
|