-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
move helm chart to a dedicated github repository (#4711)
- Loading branch information
Showing
10 changed files
with
1 addition
and
257 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1 @@ | ||
# 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 | ||
``` | ||
The Helm chart has moved to a dedicated GitHub repository: https://github.com/iv-org/invidious-helm-chart/tree/master/invidious |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.