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
Copy file name to clipboardexpand all lines: README.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -13,13 +13,14 @@ This repository contains Redis cluster helm charts that can survive pod restarts
13
13
`fullnameOverride` | String to override `redis-cluster.fullname``template` | `redis-cluster`
14
14
`securityContext.enabled` | Whether to enable pod's container security context or not | `false`
15
15
`securityContext` | Pod's security context | `{}`
16
+
`minReadySeconds` | minimum number of seconds for which a newly created Pod should be running and ready without any of its containers crashing, for it to be considered available | `10`
17
+
`priorityClassName` | Priority indicates the importance of a Pod relative to other Pods | `high-priority`
`redis.resources` | The resources of the redis container | `{}`
22
-
`redis.minReadySeconds` | minimum number of seconds for which a newly created Pod should be running and ready without any of its containers crashing, for it to be considered available | `10`
23
24
`cluster.init` | A boolean to specify whether the cluster should be initialized. (Can be false when cluster is already created and maybe you just want to change the resources of the cluster) | `true`
24
25
`cluster.master` | Number of master nodes | `3`
25
26
`cluster.replicas` | Number of replicas of each master | `1`
0 commit comments