A helm chart for peertube
- Go Template 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
|
Some checks failed
Release Chart / build-and-push (push) Successful in 7s
Release Chart / harbor (push) Successful in 0s
Release Chart / build-and-push-1 (push) Failing after 7s
Release Chart / forgejo (push) Failing after 0s
Release Chart / build-and-push-2 (push) Successful in 6s
Release Chart / codeberg (push) Successful in 0s
Reviewed-on: #15 Reviewed-by: JesseBot <jessebot@linux.com> |
||
| .forgejo | ||
| charts/peertube | ||
| LICENSE | ||
| README.md | ||
| renovate.json | ||
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