Thanks to visit codestin.com
Credit goes to github.com

Skip to content

duplocloud/helm-charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

43 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ› οΈ DuploCloud Helm Charts

This repository contains public Helm charts for deploying the DuploCloud Observability Stack and other Duplo services.


πŸ“¦ Helm Charts Structure

charts/
└── aos/
   β”œβ”€β”€ Chart.yaml
   β”œβ”€β”€ values.yaml
   └── templates/
      └── <Helm template files>
.github/
└── workflows/
README.md

πŸš€ Available Charts

Chart Name Description
aos DuploCloud OpenTelemetry Stack (Grafana, synthetic monitoring, observability components)

πŸ“ Usage Instructions

1️⃣ Add the Helm Repository

helm repo add duplocloud https://duplocloud.github.io/helm-charts
helm repo update

2️⃣ Install the Chart

Note: Make sure your Kubernetes context is set correctly and specify the desired namespace (replace <namespace> as needed). Note: The custom-values.yaml file contains your custom configuration for the Helm chart.
You can start with the default values.yaml and modify it as needed.

# Replace <chart-name> with 'aos' (the only available chart)
helm install <release-name> duplocloud/<chartname> -n <namespace> --values custom-values.yaml

3️⃣ Upgrade the Chart

helm upgrade <release-name> duplocloud/<chart-name> -n <namespace> --values custom-values.yaml

🧰 Development (Local Installation)

From the repository root directory, run:

helm install <release-name> ./charts/<chart-name> -n <namespace> --values custom-values.yaml

πŸ“¬ Support

For questions, issues, or feature requests, please open an issue or contact the DuploCloud team.

About

Public helm charts of DuploCloud

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages