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

https://github.com/small-hack/writefreely-helm-chart

A helm chart for deploying WriteFreely on Kubernetes
https://github.com/small-hack/writefreely-helm-chart

Last synced: 4 days ago
JSON representation

A helm chart for deploying WriteFreely on Kubernetes

Awesome Lists containing this project

README

          

# WriteFreely helm chart

An experimental helm chart to release [WriteFreely](https://github.com/writefreely/writefreely) on Kubernetes.

### todo

*add env vars*:
- WF_USER
- WF_PASSWORD
- WF_DB - the database name or database hostname?
- WF_HOST - hostname for writefreely?

## TLDR

See the [`README.md`](https://github.com/small-hack/writefreely-chart/blob/main/charts/writefreely/README.md) for docs auto-generated from the [`values.yaml`](https://github.com/small-hack/writefreely-chart/blob/main/charts/writefreely/values.yaml).

Read through the parameters and modify them locally before installing the chart:

```bash
# add the helm repo locally
helm repo add writefreely https://small-hack.github.io/writefreely-chart

# downloads the values.yaml locally
helm show values writefreely/writefreely > values.yaml

# You should then edit the values.yaml to your liking.

## NOTE: The most important helm parameter is writefreely.hostname
## without it, this chart may not work!

# install the chart
helm install my-release-name writefreely/writefreely --values values.yaml
```