39 lines
722 B
YAML
39 lines
722 B
YAML
env:
|
|
AutoStart: ''
|
|
Compilations: ''
|
|
CountryCode: ''
|
|
EnableReplayGain: ''
|
|
FilePermisssions: ''
|
|
FolderPermissions: ''
|
|
LidarrApiKey: ''
|
|
LidarrUrl: ''
|
|
MusicbrainzMirror: ''
|
|
MusicbrainzRateLimit: ''
|
|
RequireQuality: ''
|
|
ScriptInterval: ''
|
|
ScriptMode: ''
|
|
WantedQuality: ''
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/atd
|
|
tag: latest
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /config
|
|
hostpathfordownloads-atd:
|
|
enabled: true
|
|
mountPath: /downloads-atd
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
service:
|
|
main:
|
|
enabled: false
|
|
ports:
|
|
main:
|
|
enabled: false
|