Add documentation
- Changelog annotations - Add new values to README Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
This commit is contained in:
parent
bd96a94185
commit
ec3d45c798
2 changed files with 4 additions and 1 deletions
|
@ -21,4 +21,5 @@ dependencies:
|
|||
condition: redis-ha.enabled
|
||||
annotations:
|
||||
artifacthub.io/changes: |
|
||||
- "[feat]: Create optional redis.service.annotations for redis service"
|
||||
- "[Added]: Ability to provide annotations on redis service"
|
||||
- "[Added]: Ability to provide additional labels on redis service"
|
||||
|
|
|
@ -475,6 +475,8 @@ through `xxx.extraArgs`
|
|||
| redis.resources | Resource limits and requests for redis | `{}` |
|
||||
| redis.securityContext | Redis Pod Security Context | See [values.yaml](values.yaml) |
|
||||
| redis.servicePort | Redis service port | `6379` |
|
||||
| redis.service.annotations | Redis service annotations | `{}` |
|
||||
| redis.service.labels | Additional redis service labels | `{}` |
|
||||
| redis.tolerations | [Tolerations for use with node taints](https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/) | `[]` |
|
||||
| redis.metrics.enabled | Deploy metrics service and redis-exporter sidecar | `false` |
|
||||
| redis.metrics.image.repository | redis-exporter image repository | `quay.io/bitnami/redis-exporter` |
|
||||
|
|
Loading…
Reference in a new issue