AWS Spot price exporter Prometheus exporter for AWS spot prices..
$ helm repo add banzaicloud-stable http://kubernetes-charts.banzaicloud.com/branch/[branch-name]
This chart bootstraps an AWS Spot price exporter deployment on a Kubernetes cluster using the Helm package manager.
- Kubernetes 1.8+ with Beta APIs enabled
To install the chart with the release name my-release
:
$ helm install --name my-release banzaicloud-stable/spot-price-exporter
The command deploys AWS Spot price exporter on the Kubernetes cluster in the default configuration. The configuration section lists the parameters that can be configured during installation.
To uninstall/delete the my-release
deployment:
$ helm delete my-release
The command removes all the Kubernetes components associated with the chart and deletes the release.
The following tables lists the configurable parameters of this chart and their default values.
Parameter | Description | Default |
---|---|---|
image.repository |
Container image repository | `banzaicloud/spot-price-exporter |
image.tag |
Container image tag | 0.0.1 |
image.pullPolicy |
Container pull policy | IfNotPresent |
podAnnotations |
The kubernetes pod annotations | nil |
auth.awsAccessKeyId |
Amazon Access Key ID | "" |
auth.awsSecretAccessKey |
Amazon Secret Access Key | "" |
Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example:
$ helm install --name my-release -f values.yaml banzaicloud-stable/spot-price-exporter
Tip: You can use the default values.yaml