Skip to content

Commit

Permalink
move helm chart to a dedicated github repository (#4711)
Browse files Browse the repository at this point in the history
  • Loading branch information
unixfox authored May 26, 2024
1 parent eda7444 commit 1ae14cc
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 257 deletions.
1 change: 0 additions & 1 deletion kubernetes/.gitignore

This file was deleted.

6 changes: 0 additions & 6 deletions kubernetes/Chart.lock

This file was deleted.

22 changes: 0 additions & 22 deletions kubernetes/Chart.yaml

This file was deleted.

42 changes: 1 addition & 41 deletions kubernetes/README.md
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
16 changes: 0 additions & 16 deletions kubernetes/templates/_helpers.tpl

This file was deleted.

11 changes: 0 additions & 11 deletions kubernetes/templates/configmap.yaml

This file was deleted.

61 changes: 0 additions & 61 deletions kubernetes/templates/deployment.yaml

This file was deleted.

18 changes: 0 additions & 18 deletions kubernetes/templates/hpa.yaml

This file was deleted.

20 changes: 0 additions & 20 deletions kubernetes/templates/service.yaml

This file was deleted.

61 changes: 0 additions & 61 deletions kubernetes/values.yaml

This file was deleted.

0 comments on commit 1ae14cc

Please sign in to comment.