oecis-charts/charts/tandoor/README.md

74 lines
3.3 KiB
Markdown
Raw Normal View History

2023-08-27 13:38:38 +00:00
# tandoor
2024-02-05 12:27:03 +00:00
![Version: 0.1.4](https://img.shields.io/badge/Version-0.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.5.12](https://img.shields.io/badge/AppVersion-1.5.12-informational?style=flat-square)
2023-08-27 13:38:38 +00:00
2023-09-03 10:00:34 +00:00
Application for managing recipes, planning meals, building shopping lists and much much more!
2023-12-01 12:59:28 +00:00
**Homepage:** <https://tandoor.dev/>
## Source Code
* <https://github.com/TandoorRecipes/recipes>
* <https://gitlab.com/oecis/charts/>
2023-08-27 13:38:38 +00:00
## Values
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| affinity | object | `{}` | |
| autoscaling.enabled | bool | `false` | |
| autoscaling.maxReplicas | int | `100` | |
| autoscaling.minReplicas | int | `1` | |
| autoscaling.targetCPUUtilizationPercentage | int | `80` | |
| extraVolumes | list | `[]` | |
2023-08-27 13:38:38 +00:00
| fullnameOverride | string | `""` | |
| imagePullSecrets | list | `[]` | |
| ingress.annotations | object | `{}` | |
| ingress.className | string | `""` | |
| ingress.enabled | bool | `false` | |
| ingress.hosts[0].host | string | `"tandoor.local"` | |
| ingress.tls | list | `[]` | |
| initContainers | list | `[]` | |
2023-08-27 13:38:38 +00:00
| nameOverride | string | `""` | |
| nginx.image.pullPolicy | string | `"IfNotPresent"` | |
| nginx.image.repository | string | `"nginx"` | |
| nginx.image.tag | string | `"mainline-alpine"` | |
| nginx.resources | object | `{}` | |
| nodeSelector | object | `{}` | |
| persistence.mediafiles.accessMode | string | `"ReadWriteOnce"` | |
| persistence.mediafiles.annotations | object | `{}` | |
| persistence.mediafiles.name | string | `"tandoor-mediafiles"` | |
| persistence.mediafiles.size | string | `"1Gi"` | |
| podAnnotations | object | `{}` | |
| podSecurityContext | object | `{}` | |
| replicaCount | int | `1` | |
| securityContext | object | `{}` | |
| service.gunicorn.name | string | `"gunicorn"` | |
2023-11-29 10:47:33 +00:00
| service.gunicorn.port | int | `8080` | |
2023-08-27 13:38:38 +00:00
| service.gunicorn.type | string | `"ClusterIP"` | |
| service.nginx.name | string | `"nginx"` | |
| service.nginx.port | int | `80` | |
| service.nginx.type | string | `"ClusterIP"` | |
| serviceAccount.annotations | object | `{}` | |
| serviceAccount.create | bool | `true` | |
| serviceAccount.name | string | `""` | |
| tandoor.command | list | `[]` | |
2023-11-29 10:47:33 +00:00
| tandoor.config.encryptionKey.secretKey | string | `"encryption-key"` | |
| tandoor.config.encryptionKey.secretName | string | `""` | |
2023-08-27 13:38:38 +00:00
| tandoor.config.postgres.db | string | `"tandoor"` | |
| tandoor.config.postgres.host | string | `""` | |
2023-11-29 10:47:33 +00:00
| tandoor.config.postgres.password.secretKey | string | `"password"` | |
| tandoor.config.postgres.password.secretName | string | `""` | |
2023-08-27 13:38:38 +00:00
| tandoor.config.postgres.port | int | `5432` | |
| tandoor.config.postgres.user | string | `"tandoor"` | |
| tandoor.extraEnv | list | `[]` | |
| tandoor.extraVolumeMounts | list | `[]` | |
2023-08-27 13:38:38 +00:00
| tandoor.image.pullPolicy | string | `"IfNotPresent"` | |
| tandoor.image.repository | string | `"vabene1111/recipes"` | |
2023-11-29 10:47:33 +00:00
| tandoor.image.tag | string | `""` | |
2023-08-27 13:38:38 +00:00
| tandoor.resources | object | `{}` | |
| tolerations | list | `[]` | |
----------------------------------------------
2023-11-29 10:47:33 +00:00
Autogenerated from chart metadata using [helm-docs v1.11.2](https://github.com/norwoodj/helm-docs/releases/v1.11.2)