kroki icon indicating copy to clipboard operation
kroki copied to clipboard

Kubernetes helm charts for Kroki

Open teochenglim opened this issue 2 years ago • 3 comments

I have developed a helm charts for kroki, it is easier to install on Kubernetes now with 2 lines of helm shell command. Sorry i am pretty bad on asciidoc and rather not to edit it myself.

helm repo add teochenglim https://teochenglim.github.io/helm-charts/
helm upgrade --install kroki teochenglim/kroki

Can someone update the doc if you find it useful? thanks. unittest is also included using "helm test kroki"


## adding helm repo
helm repo add teochenglim https://teochenglim.github.io/helm-charts/

### look for latest version of the app
helm repo update teochenglim

### installing the kroki
helm install kroki teochenglim/kroki

### install default version of the kroki helm charts
helm upgrade --install kroki teochenglim/kroki

### install default version of the kroki helm charts with your custom values
helm upgrade --install kroki teochenglim/kroki -f values.yaml

### ensure all kroki service are running (kroki, blockdiag, bpmn, Excalidraw, mermiad)
helm test kroki

### uninstall kroki
helm delete kroki

teochenglim avatar Mar 04 '22 05:03 teochenglim

@Mogztter help?

teochenglim avatar Mar 10 '22 06:03 teochenglim

Don't have time right now to do it, if someone else want to step forward, please do so. I think we should add this integration here: https://docs.kroki.io/kroki/setup/third-party-tools/

Another alternative is: https://github.com/cowboysysop/charts which also provide Helm charts for Kroki.

ggrossetie avatar Mar 10 '22 08:03 ggrossetie