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
| redisCluster.clusterSize | int |`3`| Default number of replicas for both leader and follower when not explicitly set |
72
72
| redisCluster.clusterVersion | string |`"v7"`||
73
-
| redisCluster.enableMasterSlaveAntiAffinity | bool |`false`| Enable pod anti-affinity between leader and follower pods by adding the appropriate label. Notice that this requires the operator to have its mutating webhook enabled, otherwise it will only add an annotation to the RedisCluster CR. Default is false. |
73
+
| redisCluster.enableMasterSlaveAntiAffinity | bool |`false`| Enable pod anti-affinity between leader and follower pods by adding the appropriate label. Notice that this requires the operator to have its mutating webhook enabled, otherwise it will only add an annotation to the RedisCluster CR. Default is false. |
| redisCluster.maxMemoryPercentOfLimit | int |`0`| MaxMemoryPercentOfLimit is the percentage of redis container memory limit to be used as maxmemory. Default is 0 (disabled). |
| redisCluster.recreateStatefulSetOnUpdateInvalid | bool |`false`| Some fields of statefulset are immutable, such as volumeClaimTemplates. When set to true, the operator will delete the statefulset and recreate it. Default is false. |
103
+
| redisCluster.recreateStatefulSetOnUpdateInvalid | bool |`false`| Some fields of statefulset are immutable, such as volumeClaimTemplates. When set to true, the operator will delete the statefulset and recreate it. Default is false. |
| redisReplication.imagePullSecrets | list |`[]`||
86
+
| redisReplication.maxMemoryPercentOfLimit | int |`0`| MaxMemoryPercentOfLimit is the percentage of redis container memory limit to be used as maxmemory. Default is 0 (disabled). |
86
87
| redisReplication.minReadySeconds | int |`0`||
87
88
| redisReplication.name | string |`""`||
88
89
| redisReplication.recreateStatefulSetOnUpdateInvalid | bool |`false`| Some fields of statefulset are immutable, such as volumeClaimTemplates. When set to true, the operator will delete the statefulset and recreate it. Default is false. |
| redisStandalone.maxMemoryPercentOfLimit | int |`0`| MaxMemoryPercentOfLimit is the percentage of redis container memory limit to be used as maxmemory. Default is 0 (disabled). |
81
82
| redisStandalone.minReadySeconds | int |`0`||
82
83
| redisStandalone.name | string |`""`||
83
84
| redisStandalone.recreateStatefulSetOnUpdateInvalid | bool |`false`| Some fields of statefulset are immutable, such as volumeClaimTemplates. When set to true, the operator will delete the statefulset and recreate it. Default is false. |
0 commit comments