You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| redis-ha.readinessProbe.failureThreshold | int | `3` | |
726
-
| redis-ha.readinessProbe.initialDelaySeconds | int | `10` | |
727
-
| redis-ha.readinessProbe.periodSeconds | int | `10` | |
728
-
| redis-ha.readinessProbe.successThreshold | int | `1` | |
729
-
| redis-ha.readinessProbe.timeoutSeconds | int | `10` | |
730
720
| redis-ha.redis.config | object | See [values.yaml] | Any valid redis config options in this section will be applied to each server (see `redis-ha` chart) |
731
721
| redis-ha.redis.config.save | string | `'""'` | Will save the DB if both the given number of seconds and the given number of write operations against the DB occurred. `""` is disabled |
732
722
| redis-ha.redis.masterGroupName | string | `"gitops-runtime"` | Redis convention for naming the cluster group: must match `^[\\w-\\.]+$` and can be templated |
0 commit comments