31 lines
592 B
YAML
31 lines
592 B
YAML
image:
|
|
repository: ghcr.io/tautulli/tautulli
|
|
pullPolicy: IfNotPresent
|
|
tag: v2.14.3@sha256:36d6a81d7d06c5aba752ce025d956a47f6008d6529f39b05ed2cf51cf22fe26b
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
command:
|
|
- python
|
|
- Tautulli.py
|
|
args:
|
|
- --config
|
|
- /config/config.ini
|
|
- --datadir
|
|
- /config
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 8181
|
|
targetPort: 8181
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/config"
|
|
portal:
|
|
open:
|
|
enabled: true
|