Files
truecharts/charts/stable/truecommand/values.yaml
kjeld Schouten-Lebbing 62439df1c1 fix truecommand image
2021-06-14 12:57:44 +02:00

27 lines
333 B
YAML

# Default values for Jackett.
image:
repository: ixsystems/truecommand
pullPolicy: IfNotPresent
tag: "2.0"
strategy:
type: Recreate
service:
main:
ports:
main:
port: 80
env: {}
# TZ: UTC
# PUID: 1001
# PGID: 1001
persistence:
data:
enabled: true
mountPath: "/data"
type: emptyDir