mirror of
https://github.com/iv-org/invidious.git
synced 2025-08-28 23:48:31 +00:00
Updating chart README
This commit is contained in:
parent
704e13bbe8
commit
b32a7d4744
@ -4,23 +4,10 @@ Easily deploy Invidious to Kubernetes.
|
|||||||
|
|
||||||
## Installing Helm chart
|
## Installing Helm chart
|
||||||
|
|
||||||
|
Edit `values.yaml` to your liking, especially set `config.hmac_key`. Then install the chart:
|
||||||
|
|
||||||
|
|
||||||
```sh
|
```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 ./
|
$ helm install invidious ./
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user