Skip to content

Saddamus/invoiceninja-helm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

invoiceninja

Quick and dirty helm chart for invoiceninja V5, inspired by spacepluk invoiceninja/dockerfiles#94 - not finished.

Usage example

  1. Clone this repository
  2. install dependencies
  3. deploy on kubernetes

Clone the repository

git clone <URL>

: cf the 'copy' button on top of the source code page in github

Install dependencies

This helm chart has a dependency on MySQL (described in the Chart.yaml file). To automatically resolve this, run the following command:

helm dependency update

Afterwards you should see an additional folder (charts), containing the .tgz file for mysql.

Alternatively, you can create this folder manually and put the appropriate tgz file in there (mysql-8.4.4.tgz), if you already have it.

Deploy on kubernetes

Make sure helm connects to the right cluster with the right credentials. Then, run:

helm install invoiceninja . -f values.yaml

About

helm chart for invoiceninja

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages