Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

tautulli

A monitoring and analytics tool for Plex

Source Code: https://github.com/Tautulli/Tautulli Chart: https://bjw-s-labs.github.io/helm-charts/docs/app-template/

Installing/upgrading

# Register / update the Application resource
kubectl apply -f application.yaml

# Then sync the workload - via ArgoCD UI or:
argocd app sync tautulli

Manual Helm (without ArgoCD)

kubectl apply -f config
helm repo add bjw-s https://bjw-s-labs.github.io/helm-charts
helm repo update bjw-s
helm upgrade --install tautulli bjw-s/app-template -f values.yaml

Storage

source container path type description
/var/local/tautulli /config hostPath Application configuration and database