This helm chart exports aws service events to prometheus via aws SQS queue, this include:
Homepage: https://github.com/deliveryhero/aws-service-events-exporter
A simple install with default values, latest chart version and generated name:
helm install --generate-name oci://ghcr.io/deliveryhero/helm-charts/aws-service-events-exporterTo install a specific version of this chart:
helm install --generate-name oci://ghcr.io/deliveryhero/helm-charts/aws-service-events-exporter --version 1.0.7To install the chart with the release name my-release:
helm install my-release oci://ghcr.io/deliveryhero/helm-charts/aws-service-events-exporterTo install with some set values:
helm install my-release oci://ghcr.io/deliveryhero/helm-charts/aws-service-events-exporter --set values_key1=value1 --set values_key2=value2To install with custom values file:
helm install my-release oci://ghcr.io/deliveryhero/helm-charts/aws-service-events-exporter -f values.yaml| 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 | [] |
| Name | Url | |
|---|---|---|
| nyambati | https://github.com/nyambati | |
| javad-hajiani | https://github.com/javad-hajiani |
Chart source: github.com/deliveryhero/helm-charts/aws-service-events-exporter
Older chart versions: github.com/deliveryhero/helm-charts/pkgs/container/helm-charts/aws-service-events-exporter