TrueChartsCatalogClone/stable/tautulli/8.0.11/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.6@sha256:228d77ccde9af6a33f94bd99c5c59aed093f2e35bd90e296dc0a51b62954395d
service:
main:
ports:
main:
port: 8181
env: {}
# TZ: UTC
# PUID: 1001
persistence:
config:
enabled: true
mountPath: "/config"
type: pvc
accessMode: ReadWriteOnce
size: "100Gi"