|
| 1 | +# inspector-exporter |
| 2 | + |
| 3 | +   |
| 4 | + |
| 5 | +A Helm chart for the AWS Inspector Prometheus exporter |
| 6 | + |
| 7 | +**Homepage:** <https://github.com/aws-exporters/charts/tree/main/charts/inspector-exporter> |
| 8 | + |
| 9 | +## Installation |
| 10 | +``` |
| 11 | +helm repo add aws-exporters https://aws-exporters.github.io/charts/ |
| 12 | +helm install inspector-exporter aws-exporters/inspector-exporter |
| 13 | +``` |
| 14 | + |
| 15 | +## Maintainers |
| 16 | + |
| 17 | +| Name | Email | Url | |
| 18 | +| ---- | ------ | --- | |
| 19 | +| js-timbirkett | | | |
| 20 | + |
| 21 | +## Source Code |
| 22 | + |
| 23 | +* <https://github.com/aws-exporters/inspector> |
| 24 | +* <https://aws.amazon.com/inspector/> |
| 25 | + |
| 26 | +## Values |
| 27 | + |
| 28 | +| Key | Type | Default | Description | |
| 29 | +|-----|------|---------|-------------| |
| 30 | +| affinity | object | `{}` | | |
| 31 | +| env | list | `[]` | | |
| 32 | +| fullnameOverride | string | `""` | | |
| 33 | +| image.pullPolicy | string | `"Always"` | | |
| 34 | +| image.repository | string | `"ghcr.io/aws-exporters/prometheus-inspector-exporter"` | | |
| 35 | +| image.tag | string | `""` | | |
| 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` | | |
| 42 | +| nameOverride | string | `""` | | |
| 43 | +| nodeSelector | object | `{}` | | |
| 44 | +| podAnnotations | object | `{}` | | |
| 45 | +| podSecurityContext | object | `{}` | | |
| 46 | +| replicaCount | int | `1` | | |
| 47 | +| resources | object | `{}` | | |
| 48 | +| securityContext.allowPrivilegeEscalation | bool | `false` | | |
| 49 | +| securityContext.capabilities.drop[0] | string | `"ALL"` | | |
| 50 | +| securityContext.readOnlyRootFilesystem | bool | `true` | | |
| 51 | +| securityContext.runAsNonRoot | bool | `true` | | |
| 52 | +| securityContext.runAsUser | int | `1000` | | |
| 53 | +| serviceAccount.annotations | object | `{}` | | |
| 54 | +| serviceAccount.create | bool | `true` | | |
| 55 | +| serviceAccount.name | string | `""` | | |
| 56 | +| tolerations | list | `[]` | | |
0 commit comments