Jesse Hitch 6a36978f0c Merge pull request #1 from small-hack/add-env-vars
add all initial env vars for configuring pixelfed
2024-12-29 23:59:35 +01:00
2024-12-29 18:30:59 +01:00
2024-12-29 18:30:59 +01:00
2024-12-29 18:54:49 +01:00

Pixelfed helm chart


A helm chart to setup Pixelfed. Uses matt's docker image for now.

TLDR

# add the chart repo to your helm repos
helm repo add pixelfed https://small-hack.github.io/pixelfed-chart

# download the values.yaml and edit it with your own values such as YOUR hostname
helm show values pixelfed/pixelfed > values.yaml

# install the chart
helm install --namespace pixelfed --create-namespace pixelfed/pixelfed --values values.yaml
S
Description
Helm chart to deploy Pixelfed to Kubernetes
Readme 1.2 MiB
v1.0.0 Latest
2026-06-17 18:59:26 +00:00
Languages
Smarty 71.6%
Shell 28.4%