Skip to content

Helm charts for deploying openstack-exporter

Notifications You must be signed in to change notification settings

Adri2000/helm-charts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Helm Chart for OpenStack Exporter

Description

This is the official Helm Chart for OpenStack Exporter, a tool to export Prometheus metrics from a running OpenStack Cloud.

Configuration

The chart configuration is done in the values.yaml file.

Usage

# Get a local copy
git clone https://github.com/openstack-exporter/helm-charts.git

# Package the chart
cd helm-charts/charts/prometheus-openstack-exporter/
helm package . 

# Get chart version & install
version="$(awk '/^version:/{ print $NF }' Chart.yaml)"
helm install prometheus-openstack-exporter prometheus-openstack-exporter-${version}.tgz

Contributing

Please fill pull requests or issues under Github.

About

Helm charts for deploying openstack-exporter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Mustache 69.9%
  • Shell 30.1%