mirror of
https://github.com/iv-org/invidious.git
synced 2025-08-04 20:44:12 -04:00
.. | ||
templates | ||
.gitignore | ||
Chart.lock | ||
Chart.yaml | ||
README.md | ||
values.yaml |
Invidious Helm chart
Easily deploy Invidious to Kubernetes.
Installing Helm chart
Edit values.yaml
to your liking, especially set config.hmac_key
. Then install the chart:
$ helm install invidious ./
Upgrading
# Upgrading is easy, too!
$ helm upgrade invidious ./
Uninstall
# Get rid of everything (except database)
$ helm delete invidious
# To also delete the database, remove all invidious-postgresql PVCs