|
| 1 | +# RiverUI |
| 2 | + |
| 3 | +  |
| 4 | + |
| 5 | +A web interface for River. Fast and reliable background jobs in Go. |
| 6 | + |
| 7 | +* <https://riverqueue.com/> |
| 8 | +* <https://github.com/riverqueue/riverui> |
| 9 | + |
| 10 | +A working River database is required for the UI to start up properly. |
| 11 | +Configure your `DATABASE_URL` in `databaseURL`. |
| 12 | + |
| 13 | +```yaml |
| 14 | +databaseURL: "postgresql://username:password@localhost:5432/river?application_name=riverui" |
| 15 | +``` |
| 16 | +
|
| 17 | +## Values |
| 18 | +
|
| 19 | +| Key | Type | Default | Description | |
| 20 | +|-----|------|---------|-------------| |
| 21 | +| affinity | object | `{}` | Affinity settings for pod assignment. | |
| 22 | +| autoscaling.enabled | bool | `false` | | |
| 23 | +| autoscaling.maxReplicas | int | `100` | | |
| 24 | +| autoscaling.minReplicas | int | `1` | | |
| 25 | +| autoscaling.targetCPUUtilizationPercentage | int | `80` | | |
| 26 | +| databaseURL | string | `"postgresql://username:password@localhost:5432/river?application_name=riverui"` | Set the DATABASE_URL used by River | |
| 27 | +| fullnameOverride | string | `""` | | |
| 28 | +| image.pullPolicy | string | `"IfNotPresent"` | | |
| 29 | +| image.repository | string | `"ghcr.io/riverqueue/riverui"` | | |
| 30 | +| image.tag | string | `""` | | |
| 31 | +| imagePullSecrets | list | `[]` | | |
| 32 | +| ingress.annotations | object | `{}` | | |
| 33 | +| ingress.className | string | `""` | | |
| 34 | +| ingress.enabled | bool | `false` | | |
| 35 | +| ingress.hosts[0].host | string | `"chart-example.local"` | | |
| 36 | +| ingress.hosts[0].paths[0].path | string | `"/"` | | |
| 37 | +| ingress.hosts[0].paths[0].pathType | string | `"ImplementationSpecific"` | | |
| 38 | +| ingress.tls | list | `[]` | | |
| 39 | +| nameOverride | string | `""` | | |
| 40 | +| nodeSelector | object | `{}` | | |
| 41 | +| podAnnotations | object | `{}` | | |
| 42 | +| podSecurityContext | object | `{}` | | |
| 43 | +| replicaCount | int | `1` | Specify the number of replicas. | |
| 44 | +| resources | object | `{}` | | |
| 45 | +| securityContext | object | `{}` | | |
| 46 | +| service.port | int | `8080` | | |
| 47 | +| service.type | string | `"ClusterIP"` | | |
| 48 | +| serviceAccount.annotations | object | `{}` | | |
| 49 | +| serviceAccount.create | bool | `true` | | |
| 50 | +| serviceAccount.name | string | `""` | | |
| 51 | +| tolerations | list | `[]` | | |
0 commit comments