Skip to content

Latest commit

 

History

History
75 lines (55 loc) · 2.63 KB

File metadata and controls

75 lines (55 loc) · 2.63 KB

prometheus-spot-termination-exporter

Version: 0.2.10 AppVersion: 0.0.2

Spot instance termination exporter for Prometheus

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

How to install this chart

A simple install with default values, latest chart version and generated name:

helm install --generate-name oci://ghcr.io/deliveryhero/helm-charts/prometheus-spot-termination-exporter

To install a specific version of this chart:

helm install --generate-name oci://ghcr.io/deliveryhero/helm-charts/prometheus-spot-termination-exporter --version 0.2.10

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

helm install my-release oci://ghcr.io/deliveryhero/helm-charts/prometheus-spot-termination-exporter

To install with some set values:

helm install my-release oci://ghcr.io/deliveryhero/helm-charts/prometheus-spot-termination-exporter --set values_key1=value1 --set values_key2=value2

To install with custom values file:

helm install my-release oci://ghcr.io/deliveryhero/helm-charts/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 [email protected]