35 lines
472 B
YAML
35 lines
472 B
YAML
# Default values for Tautulli.
|
|
|
|
image:
|
|
repository: ghcr.io/truecharts/tautulli
|
|
pullPolicy: IfNotPresent
|
|
tag: v2.6.8
|
|
|
|
strategy:
|
|
type: Recreate
|
|
|
|
services:
|
|
main:
|
|
port:
|
|
port: 8181
|
|
|
|
env: {}
|
|
# TZ: UTC
|
|
# PUID: 1001
|
|
# PGID: 1001
|
|
|
|
persistence:
|
|
config:
|
|
enabled: false
|
|
emptyDir: false
|
|
mountPath: "/config"
|
|
|
|
## TrueCharts Config
|
|
|
|
appVolumeMounts:
|
|
config:
|
|
enabled: true
|
|
emptyDir: true
|
|
setPermissions: true
|
|
mountPath: "/config"
|