* chore(deps): update docker general non-major * Commit bumped App Version Signed-off-by: TrueCharts-Bot <bot@truecharts.org> Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
41 lines
714 B
YAML
41 lines
714 B
YAML
image:
|
|
repository: tccr.io/truecharts/tdarr_node
|
|
pullPolicy: IfNotPresent
|
|
tag: v2.00.13@sha256:6436094e54321368758082ea102a0da059d46076a6b9d0e92bbe3e6599e6c7d3
|
|
|
|
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:
|
|
port: 8267
|
|
targetPort: 8267
|
|
|
|
persistence:
|
|
configs:
|
|
enabled: true
|
|
mountPath: "/app/configs"
|
|
logs:
|
|
enabled: true
|
|
mountPath: "/app/logs"
|
|
transcode-cache:
|
|
enabled: true
|
|
mountPath: "/temp"
|
|
varrun:
|
|
enabled: true
|