| postgresql.enabled | bool | `true` | disable if you want to use an existing db; in which case the values below must match those of that external postgres instance |
| postgresql.enabled | bool | `true` | disable if you want to use an existing db; in which case the values below must match those of that external postgres instance |
| redis.auth.password | string | `""` | you must set a password; the password generated by the redis chart will be rotated on each upgrade: |
| redis.auth.password | string | `""` | you must set a password; the password generated by the redis chart will be rotated on each upgrade: |
| redis.enabled | bool | `true` | disable if you want to use an existing redis; in which case the values below must match those of that external redis instance |
| redis.host | string | `nil` | hostname, usually service, that provides redis |
| redis.port | string | `"6379"` | port at which redis is available |
| redis.redisUrl | string | `nil` | redisUrl overwrites redis.host and redis.port. It allows to use sentinal redis installations |
| resources | object | `{}` | Default resources for all Deployments and jobs unless overwritten |
| resources | object | `{}` | Default resources for all Deployments and jobs unless overwritten |
| serviceAccount.annotations | object | `{}` | Annotations to add to the service account |
| serviceAccount.annotations | object | `{}` | Annotations to add to the service account |
| serviceAccount.create | bool | `true` | Specifies whether a service account should be created |
| serviceAccount.create | bool | `true` | Specifies whether a service account should be created |