Files
truecharts/charts/stable/truecommand/values.yaml
Kjeld Schouten-Lebbing 8a24c8721f Correct targetPort and always use PVC during testing (#840)
* Fix targetPort not being processed correctly

* Always use PVC in values.yaml just to be sure it actually works

* fix a small copy-paste mistake

* bump

* fix hyperion-ng mistake
2021-08-29 14:02:17 +02:00

29 lines
376 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: pvc
accessMode: ReadWriteOnce
size: "100Gi"