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: 8 months 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 (9 months ago)
- Default Branch: main
- Last Pushed: 2025-01-08T19:48:55.000Z (9 months ago)
- Last Synced: 2025-02-14T21:57:30.367Z (8 months ago)
- Topics: argocd, helm, helm-charts, peertube
- Language: Smarty
- Homepage: https://small-hack.github.io/peertube-helm-chart/
- Size: 314 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
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