helm-charts

aws-service-quotas-exporter

Version: 0.1.4 Type: application AppVersion: v1.3.2

This exporter exports AWS service quotas and usage as Prometheus metrics

Homepage: https://github.com/thought-machine/aws-service-quotas-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/aws-service-quotas-exporter

To install a specific version of this chart:

helm install --generate-name oci://ghcr.io/deliveryhero/helm-charts/aws-service-quotas-exporter --version 0.1.4

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

helm install my-release oci://ghcr.io/deliveryhero/helm-charts/aws-service-quotas-exporter

To install with some set values:

helm install my-release oci://ghcr.io/deliveryhero/helm-charts/aws-service-quotas-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/aws-service-quotas-exporter -f values.yaml

Source Code

Values

Key Type Default Description
affinity object {}  
exporter.includeAwsTags list [] List of aws resource tags to include as labels
exporter.port int 9090 The port the exporter metrics will be exposed on
exporter.region string "eu-west-1" Aws region quotas will be fetched from
extraLabels object {}  
fullnameOverride string ""  
image.pullPolicy string "IfNotPresent"  
image.repository string "thoughtmachine/aws-service-quotas-exporter"  
imagePullSecrets list []  
nameOverride string ""  
nodeSelector object {}  
podAnnotations object {}  
podSecurityContext object {}  
replicas int 1  
resources.limits.cpu string "10m"  
resources.limits.memory string "55Mi"  
resources.requests.cpu string "10m"  
resources.requests.memory string "55Mi"  
securityContext object {}  
service.annotations.”prometheus.io/path” string "/metrics"  
service.annotations.”prometheus.io/port” string "http"  
service.annotations.”prometheus.io/scrape” string "true"  
service.port int 80  
service.type string "ClusterIP"  
serviceAccount.annotations object {} Annotations to add to the service account
serviceAccount.create bool true Specifies whether a service account should be created
serviceAccount.name string "" The name of the service account to use. If not set and create is true, a name is generated using the fullname template
tolerations list []  

Maintainers

Name Email Url
nyambati   https://github.com/nyambati

Chart source and versions

Chart source: github.com/deliveryhero/helm-charts/aws-service-quotas-exporter

Older chart versions: github.com/deliveryhero/helm-charts/pkgs/container/helm-charts/aws-service-quotas-exporter