-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cafbb8f
commit 7e41106
Showing
5 changed files
with
100 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
## Changes in version 0.1.8 | ||
|
||
### Chores | ||
|
||
* update OWNERS (Mårten Svantesson) | ||
* various upgrades (Mårten Svantesson) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,87 @@ | ||
# lighthouse-webui-plugin | ||
|
||
![Version: 0.0.1](https://img.shields.io/badge/Version-0.0.1-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) | ||
|
||
Web UI for Lighthouse, to visualize events, jobs, and merge status/history. | ||
|
||
**Homepage:** <https://github.com/jenkins-x-plugins/lighthouse-webui-plugin> | ||
|
||
## Source Code | ||
|
||
* <https://github.com/jenkins-x-plugins/lighthouse-webui-plugin> | ||
|
||
## Values | ||
|
||
| Key | Type | Default | Description | | ||
|-----|------|---------|-------------| | ||
| config.eventTraceURLTemplate | string | `nil` | | | ||
| config.keeperEndpoint | string | `"http://lighthouse-keeper.jx"` | | | ||
| config.keeperSyncInterval | string | `"60s"` | | | ||
| config.logLevel | string | `"INFO"` | | | ||
| config.namespace | string | `"jx"` | | | ||
| config.resyncInterval | string | `"60s"` | | | ||
| config.store.gc.eventsMaxAge | int | `0` | | | ||
| config.store.gc.maxEventsToKeep | int | `0` | | | ||
| deployment.annotations | object | `{}` | | | ||
| deployment.labels | object | `{}` | | | ||
| deployment.revisionHistoryLimit | int | `2` | | | ||
| deployment.strategy.type | string | `"RollingUpdate"` | | | ||
| fullnameOverride | string | `nil` | | | ||
| image.pullPolicy | string | `nil` | | | ||
| image.repository | string | `"ghcr.io/jenkins-x/lighthouse-webui-plugin"` | | | ||
| image.tag | string | `nil` | | | ||
| ingress.annotations | object | `{}` | | | ||
| ingress.apiVersion | string | `"networking.k8s.io/v1beta1"` | | | ||
| ingress.basicAuth.authData | string | `""` | | | ||
| ingress.basicAuth.enabled | bool | `false` | | | ||
| ingress.class | string | `"nginx"` | | | ||
| ingress.enabled | bool | `false` | | | ||
| ingress.hosts | list | `[]` | | | ||
| ingress.labels | object | `{}` | | | ||
| ingress.pathType | string | `"ImplementationSpecific"` | | | ||
| ingress.tls.enabled | bool | `false` | | | ||
| ingress.tls.secrets | object | `{}` | | | ||
| istio.apiVersion | string | `"networking.istio.io/v1beta1"` | | | ||
| istio.enabled | bool | `false` | | | ||
| istio.gateway | string | `"jx-gateway"` | | | ||
| jx.releaseCRD | bool | `true` | | | ||
| nameOverride | string | `nil` | | | ||
| persistence.accessModes[0] | string | `"ReadWriteOnce"` | | | ||
| persistence.annotations | object | `{}` | | | ||
| persistence.enabled | bool | `false` | | | ||
| persistence.labels | object | `{}` | | | ||
| persistence.size | string | `"1Gi"` | | | ||
| persistence.storageClassName | string | `nil` | | | ||
| pod.activeDeadlineSeconds | string | `nil` | | | ||
| pod.affinity | object | `{}` | | | ||
| pod.annotations | object | `{}` | | | ||
| pod.enableServiceLinks | bool | `false` | | | ||
| pod.env | object | `{}` | | | ||
| pod.envFrom | list | `[]` | | | ||
| pod.hostAliases | list | `[]` | | | ||
| pod.labels | object | `{}` | | | ||
| pod.nodeSelector | object | `{}` | | | ||
| pod.resources.limits.cpu | string | `"1"` | | | ||
| pod.resources.limits.memory | string | `"512M"` | | | ||
| pod.resources.requests.cpu | string | `"0.2"` | | | ||
| pod.resources.requests.memory | string | `"128M"` | | | ||
| pod.schedulerName | string | `nil` | | | ||
| pod.securityContext.fsGroup | int | `1000` | | | ||
| pod.terminationGracePeriodSeconds | string | `nil` | | | ||
| pod.tolerations | list | `[]` | | | ||
| role.rules[0].apiGroups[0] | string | `"lighthouse.jenkins.io"` | | | ||
| role.rules[0].resources[0] | string | `"lighthousejobs"` | | | ||
| role.rules[0].verbs[0] | string | `"list"` | | | ||
| role.rules[0].verbs[1] | string | `"watch"` | | | ||
| role.rules[0].verbs[2] | string | `"get"` | | | ||
| secrets.lighthouse.hmac.secretKeyRef.key | string | `"hmac"` | | | ||
| secrets.lighthouse.hmac.secretKeyRef.name | string | `"lighthouse-hmac-token"` | | | ||
| service.annotations | object | `{}` | | | ||
| service.labels | object | `{}` | | | ||
| service.loadBalancerIP | string | `nil` | | | ||
| service.port | int | `80` | | | ||
| service.type | string | `nil` | | | ||
| serviceAccount.annotations | object | `{}` | | | ||
|
||
---------------------------------------------- | ||
Autogenerated from chart metadata using [helm-docs v1.4.0](https://github.com/norwoodj/helm-docs/releases/v1.4.0) |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters