Skip to content

ianguuima/flarum-helm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flarum Helm Chart

A helm image using Flarum docker image. I've created a local server recently and I wanted a way to deploy Flarum in a easy way in my kubernetes environment.

Usage

The usage is pretty simple and are currently covering the essential properties. Just like the docker image requires.

appProperties:
  volumeClaim: '' # Create a volume and a volume claim and pass the volume claim name here.
  database: 
    user: '' # database user
    name: '' # database name
    password: 
    host: ''
    port: 3306
  baseUrl: '' #FLARUM_BASE_URL

Contribute

Feel free to open a pull request to include more functionality. The helm chart is simple and could be better when handling different use-cases.

About

A helm chart for Flarum

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages