This repository contains public Helm charts for deploying the DuploCloud Observability Stack and other Duplo services.
charts/
βββ aos/
βββ Chart.yaml
βββ values.yaml
βββ templates/
βββ <Helm template files>
.github/
βββ workflows/
README.md
| Chart Name | Description |
|---|---|
aos |
DuploCloud OpenTelemetry Stack (Grafana, synthetic monitoring, observability components) |
helm repo add duplocloud https://duplocloud.github.io/helm-charts
helm repo updateNote: Make sure your Kubernetes context is set correctly and specify the desired namespace (replace
<namespace>as needed). Note: Thecustom-values.yamlfile contains your custom configuration for the Helm chart.
You can start with the defaultvalues.yamland modify it as needed.
# Replace <chart-name> with 'aos' (the only available chart)
helm install <release-name> duplocloud/<chartname> -n <namespace> --values custom-values.yamlhelm upgrade <release-name> duplocloud/<chart-name> -n <namespace> --values custom-values.yamlFrom the repository root directory, run:
helm install <release-name> ./charts/<chart-name> -n <namespace> --values custom-values.yamlFor questions, issues, or feature requests, please open an issue or contact the DuploCloud team.