|
| 1 | +# github-exporter |
| 2 | + |
| 3 | +  |
| 4 | + |
| 5 | +GitHub exporter |
| 6 | + |
| 7 | +**Homepage:** <https://github.com/cpanato/github_actions_exporter> |
| 8 | + |
| 9 | +## Maintainers |
| 10 | + |
| 11 | +| Name | Email | Url | |
| 12 | +| ---- | ------ | --- | |
| 13 | +| cpanato | | | |
| 14 | + |
| 15 | +## Values |
| 16 | + |
| 17 | +| Key | Type | Default | Description | |
| 18 | +|-----|------|---------|-------------| |
| 19 | +| config.org | string | `""` | | |
| 20 | +| config.pollSeconds | int | `30` | | |
| 21 | +| deployment.affinity | object | `{}` | | |
| 22 | +| deployment.image.digest | string | `"sha256:b0d50195686567de51b1ede25e2a6538719921f1a04a3cc763d89184ef86f22c"` | | |
| 23 | +| deployment.image.pullPolicy | string | `"IfNotPresent"` | | |
| 24 | +| deployment.image.repository | string | `"ghcr.io/cpanato/github_actions_exporter"` | | |
| 25 | +| deployment.image.tag | string | `"v0.8.0"` | | |
| 26 | +| deployment.nodeSelector | object | `{}` | | |
| 27 | +| deployment.podAnnotations | object | `{}` | | |
| 28 | +| deployment.podLabels | object | `{}` | | |
| 29 | +| deployment.replicaCount | int | `1` | | |
| 30 | +| deployment.resources | object | `{}` | | |
| 31 | +| deployment.tolerations | list | `[]` | | |
| 32 | +| fullnameOverride | string | `""` | | |
| 33 | +| ingress.annotations | object | `{}` | | |
| 34 | +| ingress.enabled | bool | `false` | | |
| 35 | +| ingress.extraLabels | object | `{}` | | |
| 36 | +| ingress.host | string | `nil` | | |
| 37 | +| labels | object | `{}` | | |
| 38 | +| nameOverride | string | `""` | | |
| 39 | +| prometheus.gcpManagedPrometheus.enabled | bool | `false` | | |
| 40 | +| prometheus.serviceMonitor.additionalLabels.app | string | `"github-exporter"` | | |
| 41 | +| prometheus.serviceMonitor.enabled | bool | `false` | | |
| 42 | +| prometheus.serviceMonitor.interval | string | `"5m"` | | |
| 43 | +| prometheus.serviceMonitor.metricRelabelings | object | `{}` | | |
| 44 | +| prometheus.serviceMonitor.namespace | string | `"monitoring"` | | |
| 45 | +| prometheus.serviceMonitor.scrapeTimeout | string | `"2m"` | | |
| 46 | +| secret.existingSecretName | string | `""` | | |
| 47 | +| secret.githubToken | string | `""` | | |
| 48 | +| secret.githubWebhookToken | string | `""` | | |
| 49 | +| service.annotationsIngress | object | `{}` | | |
| 50 | +| service.annotationsMetrics | object | `{}` | | |
| 51 | +| service.extraLabels | object | `{}` | | |
| 52 | +| service.portHttp | int | `8065` | | |
| 53 | +| service.portMetrics | int | `9101` | | |
| 54 | +| service.type | string | `"ClusterIP"` | | |
| 55 | + |
| 56 | +---------------------------------------------- |
| 57 | +Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2) |
0 commit comments