38 lines
654 B
YAML
38 lines
654 B
YAML
image:
|
|
repository: tccr.io/truecharts/tdarr_node
|
|
pullPolicy: IfNotPresent
|
|
tag: v2.00.11@sha256:f4ff41e5a09ea97bb468bb584e44c0f7d869a989404aa6a7618db1e040ccb31e
|
|
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
|
|
podSecurityContext:
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
env:
|
|
PUID: 568
|
|
nodeID: "myFirstTdarrNode"
|
|
nodeIP: "0.0.0.0"
|
|
nodePort: 8267
|
|
serverIP: "0.0.0.0"
|
|
serverPort: 8266
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
targetPort: 8267
|
|
port: 8267
|
|
|
|
persistence:
|
|
configs:
|
|
enabled: true
|
|
mountPath: "/app/configs"
|
|
logs:
|
|
enabled: true
|
|
mountPath: "/app/logs"
|
|
varrun:
|
|
enabled: true
|