Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.
This repository is currently being migrated. It's locked while the migration is in progress.

nepworldwide/zeebe-operate-helm

 
 

Repository files navigation

Zeebe Operate Helm Chart

This functionality is in beta and is subject to change. The design and code is less mature than official GA features and is being provided as-is with no warranties. Beta features are not subject to the support SLA of official GA features.

Requirements

  • Helm >= 3.x +
  • Kubernetes >= 1.8
  • Minimum cluster requirements include the following to run this chart with default settings. All of these settings are configurable.
    • Three Kubernetes nodes to respect the default "hard" affinity settings
    • 1GB of RAM for the JVM heap

Usage notes and getting started

Installing

  • Add the official zeebe helm charts repo

    helm repo add zeebe https://helm.zeebe.io
    
  • Install it

    helm install --name zeebe-operate zeebe/zeebe-operate --set global.zeebe=<YOUR ZEEBE CLUSTER NAME>
    

    Note that you can find the Zeebe Cluster name by doing kubectl get services and copy the name of the Zeebe service, which will include the Helm Release name used to install the cluster.

Configuration

Parameter Description Default
zeebe Zeebe Cluster to connect Operate to
logging Additional logging configuration {level: { ROOT: INFO, org.camunda.operate: DEBUG }}

Packages

No packages published

Languages

  • HTML 100.0%