falko / zeebe-full-helm

Zeebe Cluster + Operate Parent HELM Chart

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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"

About

Zeebe Cluster + Operate Parent HELM Chart

License:Apache License 2.0