2023-08-27 13:38:38 +00:00
|
|
|
# vikunja
|
|
|
|
|
2024-09-29 12:57:52 +00:00
|
|
|
![Version: 0.2.1](https://img.shields.io/badge/Version-0.2.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.24.3](https://img.shields.io/badge/AppVersion-0.24.3-informational?style=flat-square)
|
2023-08-27 13:38:38 +00:00
|
|
|
|
2023-09-03 10:00:34 +00:00
|
|
|
The to-do app to organize your life
|
|
|
|
|
2023-12-01 12:59:28 +00:00
|
|
|
**Homepage:** <https://vikunja.io/>
|
|
|
|
|
|
|
|
## Source Code
|
|
|
|
|
|
|
|
* <https://kolaente.dev/vikunja/>
|
|
|
|
* <https://gitlab.com/oecis/charts/-/tree/main/charts/vikunja>
|
2023-08-27 13:38:38 +00:00
|
|
|
|
|
|
|
## Requirements
|
|
|
|
|
|
|
|
| Repository | Name | Version |
|
|
|
|
|------------|------|---------|
|
|
|
|
| https://charts.bitnami.com/bitnami | postgresql | 12.x.x |
|
|
|
|
| https://charts.bitnami.com/bitnami | redis | 17.x.x |
|
|
|
|
|
|
|
|
## Values
|
|
|
|
|
|
|
|
| Key | Type | Default | Description |
|
|
|
|
|-----|------|---------|-------------|
|
|
|
|
| affinity | object | `{}` | |
|
|
|
|
| autoscaling.enabled | bool | `false` | |
|
|
|
|
| autoscaling.maxReplicas | int | `100` | |
|
|
|
|
| autoscaling.minReplicas | int | `1` | |
|
|
|
|
| autoscaling.targetCPUUtilizationPercentage | int | `80` | |
|
|
|
|
| config.cache.enabled | bool | `false` | |
|
|
|
|
| config.cache.maxElementSize | int | `1000` | |
|
|
|
|
| config.cache.redis.enabled | bool | `false` | |
|
|
|
|
| config.cache.redis.host | string | `""` | |
|
|
|
|
| config.cache.type | string | `"redis"` | |
|
|
|
|
| config.db.database | string | `""` | |
|
|
|
|
| config.db.existingSecret | string | `""` | |
|
|
|
|
| config.db.host | string | `""` | |
|
|
|
|
| config.db.password | string | `""` | |
|
|
|
|
| config.db.secretKeys.dbPasswordKey | string | `"user-password"` | |
|
|
|
|
| config.db.type | string | `"postgres"` | |
|
|
|
|
| config.db.user | string | `""` | |
|
|
|
|
| config.jwt.existingSecret | string | `""` | |
|
|
|
|
| config.jwt.secretKeys.jwtSecretKey | string | `"jwt-secret"` | |
|
|
|
|
| config.linkSharing | bool | `true` | |
|
2024-09-29 12:57:52 +00:00
|
|
|
| config.log.http | string | `"off"` | |
|
2023-08-27 13:38:38 +00:00
|
|
|
| config.log.level | string | `"ERROR"` | |
|
2024-09-29 12:57:52 +00:00
|
|
|
| config.mailer.authtype | string | `"plain"` | |
|
|
|
|
| config.mailer.enabled | bool | `false` | |
|
|
|
|
| config.mailer.existingSecret | string | `""` | |
|
|
|
|
| config.mailer.force_ssl | bool | `false` | |
|
|
|
|
| config.mailer.host | string | `""` | |
|
|
|
|
| config.mailer.password | string | `""` | |
|
|
|
|
| config.mailer.port | int | `25` | |
|
|
|
|
| config.mailer.secretKeys.passwordSecretKey | string | `"password"` | |
|
|
|
|
| config.mailer.username | string | `""` | |
|
2024-02-21 16:57:53 +00:00
|
|
|
| config.publicUrl | string | `"https://tasks.local"` | |
|
2023-08-27 13:38:38 +00:00
|
|
|
| config.registration | bool | `true` | |
|
|
|
|
| config.taskAttachments | bool | `true` | |
|
2024-02-21 16:57:53 +00:00
|
|
|
| extraEnv | list | `[]` | |
|
|
|
|
| extraVolumeMounts | list | `[]` | |
|
|
|
|
| extraVolumes | list | `[]` | |
|
2023-08-27 13:38:38 +00:00
|
|
|
| fullnameOverride | string | `""` | |
|
2024-02-21 16:57:53 +00:00
|
|
|
| image.pullPolicy | string | `"IfNotPresent"` | |
|
|
|
|
| image.repository | string | `"vikunja/vikunja"` | |
|
|
|
|
| image.tag | string | `""` | |
|
2023-08-27 13:38:38 +00:00
|
|
|
| imagePullSecrets | list | `[]` | |
|
|
|
|
| ingress.annotations | object | `{}` | |
|
|
|
|
| ingress.className | string | `""` | |
|
|
|
|
| ingress.enabled | bool | `false` | |
|
|
|
|
| ingress.hosts[0].host | string | `"tasks.local"` | |
|
2024-02-21 16:57:53 +00:00
|
|
|
| ingress.hosts[0].paths[0].path | string | `"/"` | |
|
|
|
|
| ingress.hosts[0].paths[0].pathType | string | `"ImplementationSpecific"` | |
|
2023-08-27 13:38:38 +00:00
|
|
|
| ingress.tls | list | `[]` | |
|
2024-02-21 16:57:53 +00:00
|
|
|
| initContainers | list | `[]` | |
|
2023-08-27 13:38:38 +00:00
|
|
|
| nameOverride | string | `""` | |
|
|
|
|
| nodeSelector | object | `{}` | |
|
|
|
|
| podAnnotations | object | `{}` | |
|
|
|
|
| podSecurityContext | object | `{}` | |
|
|
|
|
| postgresql.enabled | bool | `true` | |
|
|
|
|
| redis.auth.enabled | bool | `false` | |
|
|
|
|
| redis.enabled | bool | `true` | |
|
|
|
|
| replicaCount | int | `1` | |
|
|
|
|
| resources | object | `{}` | |
|
|
|
|
| securityContext | object | `{}` | |
|
2024-02-21 16:57:53 +00:00
|
|
|
| service.port | int | `3456` | |
|
|
|
|
| service.type | string | `"ClusterIP"` | |
|
2023-08-27 13:38:38 +00:00
|
|
|
| serviceAccount.annotations | object | `{}` | |
|
|
|
|
| serviceAccount.create | bool | `true` | |
|
|
|
|
| serviceAccount.name | string | `""` | |
|
|
|
|
| tolerations | list | `[]` | |
|
|
|
|
|
|
|
|
----------------------------------------------
|
2024-08-03 14:58:06 +00:00
|
|
|
Autogenerated from chart metadata using [helm-docs v1.13.1](https://github.com/norwoodj/helm-docs/releases/v1.13.1)
|