Files
catalog/stable/truecommand/6.8.2/test_values.yaml
TrueCharts-Bot 10bbb0568e Commit new App releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2021-08-28 03:20:11 +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