Skip to content
This repository has been archived by the owner on Aug 20, 2021. It is now read-only.

camunda-community-hub/zeebe-full-helm

Repository files navigation


Community ExtensionLifecycle: IncubatingLicense

Zeebe + Operate + TaskList and ZeeQS Ingress Controller HELM Chart

This chart is hosted at: http://helm.camunda.io

These charts install:

  • A Zeebe Cluster
  • Operate configured to talk with the Zeebe Cluster
  • Ingress Controller which
    • Expose Operate HTTP endpoint under /
    • If Kibana is enabled also expose Kibana HTTP endpoint under /logs
zeebe-cluster: 
  kibana:
    enabled: true     
    healthCheckPath: "/logs/app/kibana"
    ingress:
      enabled: true
      annotations:
        kubernetes.io/ingress.class: nginx
      path: /logs
      hosts:
        - ""
    extraEnvs:
      - name: SERVER_BASEPATH
        value: /logs
      - name: SERVER_REWRITEBASEPATH
        value: "true"