summaryrefslogtreecommitdiffstats
path: root/kubernetes/README.md
diff options
context:
space:
mode:
authorÉmilien (perso) <4016501+unixfox@users.noreply.github.com>2024-05-27 00:40:43 +0200
committerGitHub <noreply@github.com>2024-05-27 00:40:43 +0200
commit1ae14cc22468ce6e0eb794752b113604b1d5582d (patch)
tree419c37aa2e34d90c2dd3b5a8e5c3f22b4142ad12 /kubernetes/README.md
parenteda7444ca46dbc3941205316baba8030fe0b2989 (diff)
downloadinvidious-1ae14cc22468ce6e0eb794752b113604b1d5582d.tar.gz
invidious-1ae14cc22468ce6e0eb794752b113604b1d5582d.tar.bz2
invidious-1ae14cc22468ce6e0eb794752b113604b1d5582d.zip
move helm chart to a dedicated github repository (#4711)
Diffstat (limited to 'kubernetes/README.md')
-rw-r--r--kubernetes/README.md42
1 files changed, 1 insertions, 41 deletions
diff --git a/kubernetes/README.md b/kubernetes/README.md
index 35478f99..e71f6a86 100644
--- a/kubernetes/README.md
+++ b/kubernetes/README.md
@@ -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 \ No newline at end of file