1
1
# ecr-exporter
2
2
3
- ![ Version: 0.2.2 ] ( https://img.shields.io/badge/Version-0.2.2 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 0.1.3] ( https://img.shields.io/badge/AppVersion-0.1.3-informational?style=flat-square )
3
+ ![ Version: 0.2.3 ] ( https://img.shields.io/badge/Version-0.2.3 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 0.1.3] ( https://img.shields.io/badge/AppVersion-0.1.3-informational?style=flat-square )
4
4
5
5
A Helm chart for the AWS ECR Prometheus exporter
6
6
@@ -34,6 +34,11 @@ helm install ecr-exporter aws-exporters/ecr-exporter
34
34
| image.repository | string | ` "ghcr.io/aws-exporters/prometheus-ecr-exporter" ` | |
35
35
| image.tag | string | ` "" ` | |
36
36
| imagePullSecrets | list | ` [] ` | |
37
+ | livenessProbe.httpGet.path | string | ` "/metrics" ` | |
38
+ | livenessProbe.httpGet.port | string | ` "http" ` | |
39
+ | livenessProbe.initialDelaySeconds | int | ` 30 ` | |
40
+ | livenessProbe.periodSeconds | int | ` 10 ` | |
41
+ | livenessProbe.timeoutSeconds | int | ` 5 ` | |
37
42
| nameOverride | string | ` "" ` | |
38
43
| nodeSelector | object | ` {} ` | |
39
44
| podAnnotations | object | ` {} ` | |
@@ -49,9 +54,3 @@ helm install ecr-exporter aws-exporters/ecr-exporter
49
54
| serviceAccount.create | bool | ` true ` | |
50
55
| serviceAccount.name | string | ` "" ` | |
51
56
| tolerations | list | ` [] ` | |
52
- | livenessProbe.httpGet.path | string | ` "/metrics" ` | |
53
- | livenessProbe.httpGet.port | string | ` "http" ` | |
54
- | livenessProbe.initialDelaySecond | int | ` 30 ` | |
55
- | livenessProbe.periodSeconds | int | ` 10 ` | |
56
- | livenessProbe.timeoutSeconds | int | ` 5 ` | |
57
-
0 commit comments