https://github.com/small-hack/peertube-helm-chart
A helm chart for Peertube
https://github.com/small-hack/peertube-helm-chart
argocd helm helm-charts peertube
Last synced: 21 days ago
JSON representation
A helm chart for Peertube
- Host: GitHub
- URL: https://github.com/small-hack/peertube-helm-chart
- Owner: small-hack
- License: apache-2.0
- Created: 2024-12-26T18:01:16.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-12-28T09:28:21.000Z (about 2 months ago)
- Last Synced: 2026-01-14T14:42:38.848Z (about 1 month ago)
- Topics: argocd, helm, helm-charts, peertube
- Language: Smarty
- Homepage: https://small-hack.github.io/peertube-helm-chart/
- Size: 820 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Welcome to [small-hack/peertube-helm-chart](https://small-hack.github.io/peertube-helm-chart/), which uses the [chocobozzz/peertube](https://hub.docker.com/r/chocobozzz/peertube/tags) docker container.
This is a helm chart for PeerTube for use with Argo CD.
For an example of intended use please see [small-hack/argocd-apps:peertube](https://github.com/small-hack/argocd-apps/tree/main/peertube).
> This chart is a work-in-progress and is not suitable for general use at this time - see the open issues for further information.
Installation via `helm`:
```bash
helm repo add peertube https://small-hack.github.io/peertube-helm-chart/
helm install peertube/peertube --generate-name
```
## Features
- Sets up an initial admin user
- support for existing Kubernetes Secrets for all your credentials
- bundled subcharts for both PostgreSQL and Valkey
- support for existing PostgreSQL database
- support for existing Valkey (or Redis) database
- docs auto-generated by helm-docs
- kept up to date by RenovateBot