TrueChartsClone/charts/incubator/ra-rom-processor/values.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:5c3be32325ce9d36780dc2c552fc17cdc583a1e89cb49adfc9ce1eaafc13557c
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