falko / camunda-8-helm-profiles

Repository with a set of Helm values files for the Camunda Platform 8 Helm charts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Community Extension Lifecycle; IncubatingLicense Compatible with: Camunda Platform 8

Camunda 8 Helm Profiles

Repository with a collection of Helm values files for the Camunda Platform Helm Chart.

Each subfolder of this repository (except the include folder) contains a profile for installing Camunda Platform, i.e. YAML file with chart values and maybe a Makefile to automate the installation.

You can install these profiles by running make inside the profile folder or directly with Helm using:

helm install <RELEASE NAME> camunda/camunda-platform -v <PROFILE YAML FILE>

example

helm install test-core camunda/camunda-platform --values https://raw.githubusercontent.com/camunda-community-hub/zeebe-helm-profiles/master/zeebe-core-team.yaml

Or the Dev Profile (can be used with kind):

helm install test-core camunda/camunda-platform --values https://raw.githubusercontent.com/camunda-community-hub/zeebe-helm-profiles/master/zeebe-dev-profile.yaml

Adding ZeeQS and TaskList

You can install the Zeebe Full Helm Chart to include ZeeQS and TaskList

helm install zeebe camunda/camunda-platform --set tasklist.enabled=true --set zeeqs.enabled=true

About

Repository with a set of Helm values files for the Camunda Platform 8 Helm charts

License:Apache License 2.0


Languages

Language:Makefile 100.0%