Files
catalog/stable/truecommand/6.2.9/test_values.yaml
TrueCharts-Bot 3ba4a94510 Commit new App releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2021-07-01 10:50:06 +00: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