An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# PeerTube Helm Chart

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