Kilian Boute 9ea9016bfa Gate OTel env vars behind opentelemetry.enabled and align workflows queue name
- Wrap OpenTelemetry tracing env vars in '{{- if .Values.opentelemetry.enabled }}' across hub-api and all pipeline templates so disabled tracing injects no OTEL_* vars.

- Fix the OTLP collector endpoint default to the HTTP port (http://otel-collector:4318); the services use the OTLP HTTP exporter, and a scheme-less/4317 value defaults to TLS and fails against a plaintext collector.

- Rename the workflows queue from 'kcloud-workflows-queue' to 'hub-workflows-queue' and pass WORKFLOWS_QUEUE to the analysis pipeline so analysis and the workflows engine always agree on the queue name.
2026-06-18 15:50:59 +00:00
2024-12-02 10:56:13 +01:00

Helm charts

Kerberos.io ecosystem can be deployed through Helm charts. Use one of the following charts to boost the installation:

Prerequisite

Helm must be installed to use the charts. Please refer to Helm's documentation to get started.

Once Helm has been set up correctly, add the repo as follows:

helm repo add kerberos https://charts.kerberos.io

If you had already added this repo earlier, run helm repo update to retrieve the latest versions of the packages. You can then run helm search repo kerberos to see the charts.

To install the kerberos chart:

helm install my-hub kerberos/hub

To uninstall the chart:

helm delete my-hub
Description
pull-mirror of github.com/kerberos-io/helm-charts
Readme 3 MiB
Languages
HTML 96.1%
Smarty 1.9%
Shell 1.5%
Dockerfile 0.5%