Update README with actions runner options

These changes were automatically generated by `make readme`.
This commit is contained in:
rome-user 2023-07-21 13:09:17 -07:00
parent ac02458d9b
commit aa9957dcc5

View file

@ -691,11 +691,19 @@ gitea:
### Gitea
| Name | Description | Value |
| -------------------------------------- | --------------------------------------------------------------------------------------------------------------- | -------------------- |
| --------------------------------------- | --------------------------------------------------------------------------------------------------------------- | -------------------- |
| `gitea.admin.username` | Username for the Forgejo admin user | `gitea_admin` |
| `gitea.admin.existingSecret` | Use an existing secret to store admin user credentials | `nil` |
| `gitea.admin.password` | Password for the Forgejo admin user | `r8sA8CPHD9!bt6d` |
| `gitea.admin.email` | Email for the Forgejo admin user | `gitea@local.domain` |
| `gitea.actions.enabled` | Enable Forgejo Actions | `false` |
| `gitea.actions.runner.enabled` | Enable automatic deployment of a runner | `false` |
| `gitea.actions.runner.image.registry` | Image registry, e.g. gcr.io,docker.io | `code.forgejo.org` |
| `gitea.actions.runner.image.repository` | Image to start for this pod | `forgejo/runner` |
| `gitea.actions.runner.image.tag` | Visit: [Image tag](https://code.forgejo.org/forgejo/-/packages/container/runner/versions). | `2.3.0` |
| `gitea.actions.runner.image.pullPolicy` | Overrides the pull policy set globally for actions runners | `Always` |
| `gitea.actions.runner.image.rootless` | Determines whether we use a rootless container or not | `false` |
| `gitea.actions.runner.replicas` | Number of replicas to automatically deploy | `1` |
| `gitea.metrics.enabled` | Enable Forgejo metrics | `false` |
| `gitea.metrics.serviceMonitor.enabled` | Enable Forgejo metrics service monitor | `false` |
| `gitea.ldap` | LDAP configuration | `[]` |