summaryrefslogtreecommitdiffstats
path: root/kubernetes/README.md
blob: 35478f99e07a76635059c97ca30af699afcac26e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# Invidious Helm chart

Easily deploy Invidious to Kubernetes.

## Installing Helm chart

```sh
# Build Helm dependencies
$ helm dep build

# Add PostgreSQL init scripts
$ kubectl create configmap invidious-postgresql-init \
  --from-file=../config/sql/channels.sql \
  --from-file=../config/sql/videos.sql \
  --from-file=../config/sql/channel_videos.sql \
  --from-file=../config/sql/users.sql \
  --from-file=../config/sql/session_ids.sql \
  --from-file=../config/sql/nonces.sql \
  --from-file=../config/sql/annotations.sql \
  --from-file=../config/sql/playlists.sql \
  --from-file=../config/sql/playlist_videos.sql

# Install Helm app to your Kubernetes cluster
$ helm install invidious ./
```

## Upgrading

```sh
# Upgrading is easy, too!
$ helm upgrade invidious ./
```

## Uninstall

```sh
# Get rid of everything (except database)
$ helm delete invidious

# To also delete the database, remove all invidious-postgresql PVCs
```
follow=1'>Randomise instances when empty (#48)v1.1.41SimonBrazell 2020-08-28Fixes #89 - autoplay reversed, improve instance selects (#90)v1.1.40SimonBrazell 2020-08-27Randomise Invidious instance if empty or https://invidio.usSimonBrazell 2020-08-27Closes #88 - awesome-humane-tech badge on READMESimonBrazell 2020-08-01update invidious instancesueberchild 2020-08-01Update French translationv1.1.39SimonBrazell 2020-07-30Update Russian translationTotalCaesar659 2020-07-30Closes #82, closes #84.v1.1.38SimonBrazell 2020-07-29fixed little grammatical mistake German translationpixelcode 2020-07-29issue with German title, English one is betterpixelcode 2020-07-29added German translationpixelcode 2020-07-16Closes #74 - Option to manually override theme.v1.1.37SimonBrazell 2020-07-15Take emojis back to Russian translationTotalCaesar659 2020-07-15Deploy extension to MS Edge.SimonBrazell 2020-07-15Take emojis back againTotalCaesar659 2020-07-14Grammar fixesTotalCaesar659 2020-07-14Add Russian translation for store descriptionsTotalCaesar659 2020-07-14Moved Privacy Policy to wiki pageSimonBrazell 2020-07-14Add version number and description to store.mdSimonBrazell 2020-07-14Added store listing translations to localesSimonBrazell 2020-07-13Fix autoplay param & French pop-up titlev1.1.36SimonBrazell