|
| 1 | +# lighthouse-telemetry-plugin |
| 2 | + |
| 3 | +  |
| 4 | + |
| 5 | +Lighthouse plugin to export telemetry data, including distributed traces |
| 6 | + |
| 7 | +**Homepage:** <https://github.com/jenkins-x/lighthouse-telemetry-plugin> |
| 8 | + |
| 9 | +## Source Code |
| 10 | + |
| 11 | +* <https://github.com/jenkins-x/lighthouse-telemetry-plugin> |
| 12 | + |
| 13 | +## Values |
| 14 | + |
| 15 | +| Key | Type | Default | Description | |
| 16 | +|-----|------|---------|-------------| |
| 17 | +| config.logLevel | string | `"INFO"` | | |
| 18 | +| config.resyncInterval | string | `"1h"` | | |
| 19 | +| deployment.annotations | object | `{}` | | |
| 20 | +| deployment.labels | object | `{}` | | |
| 21 | +| deployment.replicas | int | `1` | | |
| 22 | +| deployment.revisionHistoryLimit | int | `2` | | |
| 23 | +| fullnameOverride | string | `nil` | | |
| 24 | +| image.pullPolicy | string | `nil` | | |
| 25 | +| image.repository | string | `"gcr.io/jenkinsxio/lighthouse-telemetry-plugin"` | | |
| 26 | +| image.tag | string | `nil` | | |
| 27 | +| jx.releaseCRD | bool | `true` | | |
| 28 | +| nameOverride | string | `nil` | | |
| 29 | +| pod.activeDeadlineSeconds | string | `nil` | | |
| 30 | +| pod.affinity | object | `{}` | | |
| 31 | +| pod.annotations | object | `{}` | | |
| 32 | +| pod.enableServiceLinks | bool | `false` | | |
| 33 | +| pod.env | object | `{}` | | |
| 34 | +| pod.hostAliases | list | `[]` | | |
| 35 | +| pod.labels | object | `{}` | | |
| 36 | +| pod.nodeSelector | object | `{}` | | |
| 37 | +| pod.resources.limits.cpu | string | `"1"` | | |
| 38 | +| pod.resources.limits.memory | string | `"512M"` | | |
| 39 | +| pod.resources.requests.cpu | string | `"0.2"` | | |
| 40 | +| pod.resources.requests.memory | string | `"256M"` | | |
| 41 | +| pod.schedulerName | string | `nil` | | |
| 42 | +| pod.securityContext.fsGroup | int | `1000` | | |
| 43 | +| pod.terminationGracePeriodSeconds | string | `nil` | | |
| 44 | +| pod.tolerations | list | `[]` | | |
| 45 | +| role.rules[0].apiGroups[0] | string | `"jenkins.io"` | | |
| 46 | +| role.rules[0].resources[0] | string | `"pipelineactivities"` | | |
| 47 | +| role.rules[0].verbs[0] | string | `"list"` | | |
| 48 | +| role.rules[0].verbs[1] | string | `"watch"` | | |
| 49 | +| role.rules[0].verbs[2] | string | `"get"` | | |
| 50 | +| role.rules[0].verbs[3] | string | `"patch"` | | |
| 51 | +| role.rules[1].apiGroups[0] | string | `"tekton.dev"` | | |
| 52 | +| role.rules[1].resources[0] | string | `"pipelineruns"` | | |
| 53 | +| role.rules[1].resources[1] | string | `"taskruns"` | | |
| 54 | +| role.rules[1].verbs[0] | string | `"list"` | | |
| 55 | +| role.rules[1].verbs[1] | string | `"watch"` | | |
| 56 | +| role.rules[1].verbs[2] | string | `"get"` | | |
| 57 | +| role.rules[1].verbs[3] | string | `"patch"` | | |
| 58 | +| role.rules[2].apiGroups[0] | string | `"lighthouse.jenkins.io"` | | |
| 59 | +| role.rules[2].resources[0] | string | `"lighthousejobs"` | | |
| 60 | +| role.rules[2].verbs[0] | string | `"list"` | | |
| 61 | +| role.rules[2].verbs[1] | string | `"watch"` | | |
| 62 | +| role.rules[2].verbs[2] | string | `"get"` | | |
| 63 | +| role.rules[2].verbs[3] | string | `"patch"` | | |
| 64 | +| role.rules[3].apiGroups[0] | string | `""` | | |
| 65 | +| role.rules[3].resources[0] | string | `"pods"` | | |
| 66 | +| role.rules[3].verbs[0] | string | `"list"` | | |
| 67 | +| role.rules[3].verbs[1] | string | `"watch"` | | |
| 68 | +| role.rules[3].verbs[2] | string | `"get"` | | |
| 69 | +| role.rules[3].verbs[3] | string | `"patch"` | | |
| 70 | +| role.rules[4].apiGroups[0] | string | `""` | | |
| 71 | +| role.rules[4].resources[0] | string | `"events"` | | |
| 72 | +| role.rules[4].verbs[0] | string | `"list"` | | |
| 73 | +| role.rules[4].verbs[1] | string | `"watch"` | | |
| 74 | +| role.rules[4].verbs[2] | string | `"get"` | | |
| 75 | +| secrets.lighthouse.hmac.secretKeyRef.key | string | `"hmac"` | | |
| 76 | +| secrets.lighthouse.hmac.secretKeyRef.name | string | `"lighthouse-hmac-token"` | | |
| 77 | +| service.annotations | object | `{}` | | |
| 78 | +| service.labels | object | `{}` | | |
| 79 | +| service.loadBalancerIP | string | `nil` | | |
| 80 | +| service.port | int | `80` | | |
| 81 | +| service.type | string | `nil` | | |
| 82 | +| serviceAccount.annotations | object | `{}` | | |
| 83 | + |
| 84 | +---------------------------------------------- |
| 85 | +Autogenerated from chart metadata using [helm-docs v1.4.0](https://github.com/norwoodj/helm-docs/releases/v1.4.0) |
0 commit comments