Files
truecharts/charts/incubator/tdarr/values.yaml
T
Stavros KoisandGitHub cf1485a0b7 chore(apps): cleanup questions by removing hidden dicts (#1558)
* chore(apps): cleanup questions by removing hidden dicts

* persistence cleanup pt1

* persistence cleanup pt2

* persistence cleanup pt3

* persistence cleanup pt4

* persistence cleanup pt5

* remove gui for staticfiles for recipes

* make mountPath visible and read-only field

* make mountPath visible and read-only field

* bump patch

* remove trailing `/` on paths and fix freerad

* enable udev (scrutiny)

* also cleanup vCT

* move mountPath under advanced

* update mountPath label

* bump patch dep train
2021-12-18 20:25:00 +01:00

49 lines
835 B
YAML

image:
repository: tccr.io/truecharts/tdarr
pullPolicy: IfNotPresent
tag: v2.00.12@sha256:bcab55c22183072ae0acdac9b3348cb28daaa77dade55c51f4ee879801895760
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
podSecurityContext:
runAsUser: 0
runAsGroup: 0
env:
PUID: 568
serverIP: "localhost"
serverPort: 8266
webUIPort: 8265
service:
main:
ports:
main:
targetPort: 8265
port: 8265
comm:
enabled: true
ports:
comm:
enabled: true
port: 8266
targetPort: 8266
persistence:
configs:
enabled: true
mountPath: "/app/configs"
server:
enabled: true
mountPath: "/app/server"
logs:
enabled: true
mountPath: "/app/logs"
transcode-cache:
enabled: true
mountPath: "/temp"
varrun:
enabled: true