53 lines
914 B
YAML
53 lines
914 B
YAML
|
image:
|
||
|
repository: ghcr.io/taxel/plextraktsync
|
||
|
tag: 0.29.14@sha256:9468a0307158e35552ca7f4913e4048b8d1a5b5a7b25cc81238a87306754a3fd
|
||
|
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
|