open-engineering/peertube-helm-chart
Helm chart for peertube
- Go Template 100%
|
|
||
|---|---|---|
| .forgejo | update release process to use PR labels | |
| charts/peertube | Update to version 2.2.3 and regenerate docs. | |
| LICENSE | Initial commit | |
| README.md | clean up releases and references to github | |
| renovate.json | update release process to use PR labels | |
PeerTube Helm Chart
Welcome to the peertube-helm-chart, which uses the chocobozzz/peertube docker container.
This is a helm chart for PeerTube for use with Argo CD. For an example of intended use please see open-engineering/argocd-apps: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:
# add the chart repo to your helm repos
helm repo add codeberg.org https://codeberg.org/api/packages/open-engineering/helm
helm repo update
# download the values.yaml and edit it with your own values such as YOUR hostname
helm show values codeberg.org/peertube > values.yaml
# install the chart
helm install --namespace peertube --create-namespace peertube --values values.yaml codeberg.org/peertube
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