invidious/kubernetes
2023-08-07 19:47:47 +02:00
..
templates Automatic postgresql host discovery 2023-08-07 19:30:09 +02:00
.gitignore Add support to run on Kubernetes, add Helm chart 2020-02-07 13:46:12 +01:00
Chart.lock PostgreSQL is now optional + migration on every start 2023-08-07 18:58:42 +02:00
Chart.yaml PostgreSQL is now optional + migration on every start 2023-08-07 18:58:42 +02:00
README.md Updating chart README 2023-08-07 19:39:51 +02:00
values.yaml Wrong TLS ingress schema 2023-08-07 19:47:47 +02:00

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