open-engineering/peertube-helm-chart
2
1
Fork
You've already forked peertube-helm-chart
0
Helm chart for peertube
  • Go Template 100%
2026年07月03日 15:09:22 +00:00
.forgejo update release process to use PR labels 2026年06月16日 18:17:17 +02:00
charts/peertube Update to version 2.2.3 and regenerate docs. 2026年07月03日 15:09:22 +00:00
LICENSE Initial commit 2024年12月26日 19:01:16 +01:00
README.md clean up releases and references to github 2026年06月16日 12:51:08 +02:00
renovate.json update release process to use PR labels 2026年06月16日 18:17:17 +02:00

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