55 lines
1.1 KiB
YAML
55 lines
1.1 KiB
YAML
env:
|
|
AquireRomSets: ""
|
|
AutoStart: ""
|
|
ConcurrentDownloadThreads: ""
|
|
DeDupe: ""
|
|
EnableUnsupportedPlatforms: ""
|
|
ScrapeMetadata: ""
|
|
ScreenscraperPassword: ""
|
|
ScreenscraperUsername: ""
|
|
ScriptInterval: ""
|
|
keepBackupsOfImportedRoms: ""
|
|
skyscraperLanguagePreference: ""
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/ra-rom-processor
|
|
tag: latest@sha256:a2bcbdfa06a824ddd85f70a811037d0a181a0d41c1dc7f9dd695226acb7e1346
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /config
|
|
hostpathforbackup:
|
|
enabled: true
|
|
mountPath: /backup
|
|
hostpathforcache:
|
|
enabled: true
|
|
mountPath: /cache
|
|
hostpathforinput:
|
|
enabled: true
|
|
mountPath: /input
|
|
hostpathforoutput:
|
|
enabled: true
|
|
mountPath: /output
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
probes:
|
|
liveness:
|
|
enabled: false
|
|
readiness:
|
|
enabled: false
|
|
startup:
|
|
enabled: false
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
service:
|
|
main:
|
|
enabled: false
|
|
ports:
|
|
main:
|
|
enabled: false
|
|
|
|
portal:
|
|
enabled: false
|