* chore(deps): update docker general non-major * Commit bumped Chart Version Signed-off-by: TrueCharts-Bot <bot@truecharts.org> Signed-off-by: TrueCharts-Bot <bot@truecharts.org> Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
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:353eb1050a6a174d5b4ae2b09c38120dc7f2d39198ce0be9ce752b9a00e3291d
|
|
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
|