Skip to content

Latest commit

 

History

History
 
 

aws-service-events-exporter

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

aws-service-events-exporter

Version: 1.0.5 Type: application AppVersion: 1.0.0

This helm chart exports aws service events to prometheus via aws SQS queue, this include:

Homepage: https://github.com/deliveryhero/aws-service-events-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/aws-service-events-exporter

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

helm install my-release deliveryhero/aws-service-events-exporter

To install with some set values:

helm install my-release deliveryhero/aws-service-events-exporter --set values_key1=value1 --set values_key2=value2

To install with custom values file:

helm install my-release deliveryhero/aws-service-events-exporter -f values.yaml

Source Code

Values

Key Type Default Description
affinity object {}
env object {} Additional environment variables
exporter.listenAddress string "0.0.0.0" Exporter listening address
exporter.port int 9090 Exporter port
exporter.queueUrl string "change_me" SQS queue url
extraLabels object {} Additional labels to be added to all resources
fullnameOverride string ""
image.pullPolicy string "IfNotPresent"
image.repository string "thomasnyambati/aws-service-events-exporter"
imagePullSecrets list []
nameOverride string ""
nodeSelector object {}
podAnnotations."prometheus.io/path" string "/metrics"
podAnnotations."prometheus.io/port" string "9090"
podAnnotations."prometheus.io_scrape" string "true"
podSecurityContext object {}
replicas int 1
resources object {}
securityContext object {}
service.create bool false
serviceAccount.annotations object {}
serviceAccount.create bool false
serviceAccount.name string ""
serviceAccountName string "" service account to be used by the containers
tolerations list []

Maintainers

Name Email Url
nyambati [email protected]
javad-hajiani [email protected]