TrueChartsCatalogClone/stable/tautulli/8.0.16/ix_values.yaml

26 lines
421 B
YAML
Raw Normal View History

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