Files
truecharts/charts/stable/tautulli/values.yaml
T
Kjeld Schouten-LebbingandGitHub 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
391 B
YAML

# Default values for Tautulli.
image:
repository: ghcr.io/k8s-at-home/tautulli
pullPolicy: IfNotPresent
tag: v2.7.5
strategy:
type: Recreate
service:
main:
ports:
main:
port: 8181
env: {}
# TZ: UTC
# PUID: 1001
# PGID: 1001
persistence:
config:
enabled: true
mountPath: "/config"
type: pvc
accessMode: ReadWriteOnce
size: "100Gi"