Skip to content

Latest commit

 

History

History
 
 

prometheus-spot-termination-exporter

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

prometheus-spot-termination-exporter

Version: 0.2.8 AppVersion: 0.0.1

Spot instance termination exporter for Prometheus

Homepage: https://github.com/banzaicloud/spot-termination-exporter

How to install this chart

Add Delivery Hero public chart repo:

helm repo add deliveryhero https://charts.deliveryhero.io/

A simple install with default values:

helm install deliveryhero/prometheus-spot-termination-exporter

To install the chart with the release name my-release:

helm install my-release deliveryhero/prometheus-spot-termination-exporter

To install with some set values:

helm install my-release deliveryhero/prometheus-spot-termination-exporter --set values_key1=value1 --set values_key2=value2

To install with custom values file:

helm install my-release deliveryhero/prometheus-spot-termination-exporter -f values.yaml

Source Code

Values

Key Type Default Description
image.imagePullPolicy string "IfNotPresent"
image.repository string "banzaicloud/spot-termination-exporter"
image.tag string "0.0.1"
livenessProbe.failureThreshold int 6
livenessProbe.httpGet.path string "/"
livenessProbe.httpGet.port string "http"
livenessProbe.initialDelaySeconds int 120
livenessProbe.timeoutSeconds int 5
logLevel string "debug"
metadataEndpoint string "http://169.254.169.254/latest/meta-data/"
nodeSelector."node.kubernetes.io/lifecycle" string "spot"
port int 9189
prometheus.metricsPath string "/metrics"
prometheus.scrape string "true"
readinessProbe.httpGet.httpHeaders string nil
readinessProbe.httpGet.path string "/"
readinessProbe.httpGet.port string "http"
readinessProbe.initialDelaySeconds int 30
readinessProbe.periodSeconds int 5
readinessProbe.timeoutSeconds int 3
resources object {}

Maintainers

Name Email Url
sietevecesmal no-reply@deliveryhero.com