🐳 A helm chart for deploying Funkwhale on Kubernetes.
  • Go Template 100%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Owentje d24e10b08f
Some checks failed
Release Chart / push-to-harbor (push) Successful in 0s
Release Chart / build-and-push-2 (push) Failing after 4s
Release Chart / push-to-codeberg (push) Failing after 0s
Release Chart / build-and-push (push) Successful in 4s
Release Chart / build-and-push-1 (push) Successful in 4s
Release Chart / push-to-forgejo (push) Successful in 0s
Update to version 0.14.1 and regenerate docs.
2026-08-25 13:47:58 +00:00
.forgejo fix nginx volume mount for the proxy config (#30) 2026-08-25 07:45:21 +00:00
charts/funkwhale Update to version 0.14.1 and regenerate docs. 2026-08-25 13:47:58 +00:00
AI_POLICY.md first shot at the funkwhale helm chart 2026-08-23 22:09:00 +02:00
README.md We will now use a separate pvc called data and no longer support a separate frontend (#42) 2026-08-25 13:42:13 +00:00
renovate.json first shot at the funkwhale helm chart 2026-08-23 22:09:00 +02:00

🐳 Funkwhale helm chart

Who doesn't love more helm charts? You certainly won't regret maintaining 50 helm charts.

This chart deploys funkwhale. We did our best to translate the official funkwhale docker-compose.yml to a proper helm chart.

It bundles two main docker images across the 3 deployments that make up funkwhale:

To keep everything secure, we provide the option to provide existing secrets for:

We also allow for you to bring your own Persistent Volumes to make backups and restores easier for:

  • data files (static files, and audio files/album covers)

We also provide Ingress and HttpRoute objects to expose everything publicly.

Installation

Via git.open.engineering:

helm repo add git.open.engineering https://git.open.engineering/api/packages/oeng/helm
helm repo update
helm install funkwhale git.open.engineering/funkwhale

Via codeberg.org (only use this one if git.open.engineering is down):

helm repo add codeberg.org https://codeberg.org/api/packages/open-engineering/helm
helm repo update
helm install funkwhale codeberg.org/funkwhale

Notes

This repo lives at git.open.engineering and is mirrored to codeberg.org.

External Docs