Michel Hollands 879419a092 Fix README.MD
Signed-off-by: Michel Hollands <michel.hollands@grafana.com>
2023-06-19 10:59:23 +01:00

675 B

meta-monitoring-chart

A meta-monitoring chart for GEL, GEM and GET.

Install this chart

  1. Create the meta namespace

    kubectl create namespace meta
    
  2. Create a values.yaml file

  3. Install this helm chart

    helm install -n meta meta ./charts/meta-monitoring
    
  4. Upgrade

    helm upgrade --install -n meta meta ./charts/meta-monitoring
    
  5. Delete this chart:

    helm delete -n meta meta
    

Update dependencies

Run this in the charts/meta-monitoring directory after updating a dependency:

helm dependency update meta-monitoring

List dependencies:

helm dependency list meta-monitoring