|
| 1 | +# lighthouse-webui-plugin |
| 2 | + |
| 3 | +  |
| 4 | + |
| 5 | +Web UI for Lighthouse, to visualize events, jobs, and merge status/history. |
| 6 | + |
| 7 | +**Homepage:** <https://github.com/jenkins-x-plugins/lighthouse-webui-plugin> |
| 8 | + |
| 9 | +## Source Code |
| 10 | + |
| 11 | +* <https://github.com/jenkins-x-plugins/lighthouse-webui-plugin> |
| 12 | + |
| 13 | +## Values |
| 14 | + |
| 15 | +| Key | Type | Default | Description | |
| 16 | +|-----|------|---------|-------------| |
| 17 | +| config.eventTraceURLTemplate | string | `nil` | | |
| 18 | +| config.keeperEndpoint | string | `"http://lighthouse-keeper.jx"` | | |
| 19 | +| config.keeperSyncInterval | string | `"60s"` | | |
| 20 | +| config.logLevel | string | `"INFO"` | | |
| 21 | +| config.namespace | string | `"jx"` | | |
| 22 | +| config.resyncInterval | string | `"60s"` | | |
| 23 | +| config.store.gc.eventsMaxAge | int | `0` | | |
| 24 | +| config.store.gc.maxEventsToKeep | int | `0` | | |
| 25 | +| deployment.annotations | object | `{}` | | |
| 26 | +| deployment.labels | object | `{}` | | |
| 27 | +| deployment.revisionHistoryLimit | int | `2` | | |
| 28 | +| deployment.strategy.type | string | `"RollingUpdate"` | | |
| 29 | +| fullnameOverride | string | `nil` | | |
| 30 | +| image.pullPolicy | string | `nil` | | |
| 31 | +| image.repository | string | `"ghcr.io/jenkins-x/lighthouse-webui-plugin"` | | |
| 32 | +| image.tag | string | `nil` | | |
| 33 | +| ingress.annotations | object | `{}` | | |
| 34 | +| ingress.basicAuth.authData | string | `""` | | |
| 35 | +| ingress.basicAuth.enabled | bool | `false` | | |
| 36 | +| ingress.class | string | `"nginx"` | | |
| 37 | +| ingress.enabled | bool | `false` | | |
| 38 | +| ingress.hosts | list | `[]` | | |
| 39 | +| ingress.labels | object | `{}` | | |
| 40 | +| ingress.tls.enabled | bool | `false` | | |
| 41 | +| ingress.tls.secrets | object | `{}` | | |
| 42 | +| istio.apiVersion | string | `"networking.istio.io/v1beta1"` | | |
| 43 | +| istio.enabled | bool | `false` | | |
| 44 | +| istio.gateway | string | `"jx-gateway"` | | |
| 45 | +| jx.releaseCRD | bool | `true` | | |
| 46 | +| nameOverride | string | `nil` | | |
| 47 | +| persistence.accessModes[0] | string | `"ReadWriteOnce"` | | |
| 48 | +| persistence.annotations | object | `{}` | | |
| 49 | +| persistence.enabled | bool | `false` | | |
| 50 | +| persistence.labels | object | `{}` | | |
| 51 | +| persistence.size | string | `"1Gi"` | | |
| 52 | +| persistence.storageClassName | string | `nil` | | |
| 53 | +| pod.activeDeadlineSeconds | string | `nil` | | |
| 54 | +| pod.affinity | object | `{}` | | |
| 55 | +| pod.annotations | object | `{}` | | |
| 56 | +| pod.enableServiceLinks | bool | `false` | | |
| 57 | +| pod.env | object | `{}` | | |
| 58 | +| pod.envFrom | list | `[]` | | |
| 59 | +| pod.hostAliases | list | `[]` | | |
| 60 | +| pod.labels | object | `{}` | | |
| 61 | +| pod.nodeSelector | object | `{}` | | |
| 62 | +| pod.resources.limits.cpu | string | `"1"` | | |
| 63 | +| pod.resources.limits.memory | string | `"512M"` | | |
| 64 | +| pod.resources.requests.cpu | string | `"0.2"` | | |
| 65 | +| pod.resources.requests.memory | string | `"128M"` | | |
| 66 | +| pod.schedulerName | string | `nil` | | |
| 67 | +| pod.securityContext.fsGroup | int | `1000` | | |
| 68 | +| pod.terminationGracePeriodSeconds | string | `nil` | | |
| 69 | +| pod.tolerations | list | `[]` | | |
| 70 | +| role.rules[0].apiGroups[0] | string | `"lighthouse.jenkins.io"` | | |
| 71 | +| role.rules[0].resources[0] | string | `"lighthousejobs"` | | |
| 72 | +| role.rules[0].verbs[0] | string | `"list"` | | |
| 73 | +| role.rules[0].verbs[1] | string | `"watch"` | | |
| 74 | +| role.rules[0].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