Skip to content

small-hack/writefreely-helm-chart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WriteFreely helm chart

An experimental helm chart to release 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 for docs auto-generated from the values.yaml.

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

# 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

About

A helm chart for deploying WriteFreely on Kubernetes

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages