@@ -104,35 +104,36 @@ The command removes all the Kubernetes components associated with the chart and
104104
105105### Statefulset parameters
106106
107- | Name | Description | Value |
108- | ------------------------------------ | --------------------------------------------- | --------------- |
109- | ` replicaCount ` | Number of Voltdb replicas | ` 1 ` |
110- | ` affinity ` | Affinity for pod assignment | ` {} ` |
111- | ` nodeSelector ` | Node labels for pod assignment | ` {} ` |
112- | ` updateStrategy.type ` | Update Strategy for Voltdb statefulset | ` RollingUpdate ` |
113- | ` podManagementPolicy ` | StatefulSet pod management policy | ` Parallel ` |
114- | ` podAnnotations ` | Additional pod annotations | ` {} ` |
115- | ` podLabels ` | Additional pod labels | ` {} ` |
116- | ` resources.limits ` | The resources limits for Voltdb containers | ` {} ` |
117- | ` resources.requests ` | The requested resources for Voltdb containers | ` {} ` |
118- | ` livenessProbe.enabled ` | Enable livenessProbe | ` true ` |
119- | ` livenessProbe.initialDelaySeconds ` | Initial delay seconds for livenessProbe | ` 30 ` |
120- | ` livenessProbe.periodSeconds ` | Period seconds for livenessProbe | ` 30 ` |
121- | ` livenessProbe.timeoutSeconds ` | Timeout seconds for livenessProbe | ` 5 ` |
122- | ` livenessProbe.failureThreshold ` | Failure threshold for livenessProbe | ` 5 ` |
123- | ` livenessProbe.successThreshold ` | Success threshold for livenessProbe | ` 1 ` |
124- | ` readinessProbe.enabled ` | Enable readinessProbe | ` true ` |
125- | ` readinessProbe.initialDelaySeconds ` | Initial delay seconds for readinessProbe | ` 30 ` |
126- | ` readinessProbe.periodSeconds ` | Period seconds for readinessProbe | ` 10 ` |
127- | ` readinessProbe.timeoutSeconds ` | Timeout seconds for readinessProbe | ` 5 ` |
128- | ` readinessProbe.failureThreshold ` | Failure threshold for readinessProbe | ` 5 ` |
129- | ` readinessProbe.successThreshold ` | Success threshold for readinessProbe | ` 1 ` |
130- | ` startupProbe.enabled ` | Enable startupProbe | ` false ` |
131- | ` startupProbe.initialDelaySeconds ` | Initial delay seconds for startupProbe | ` 0 ` |
132- | ` startupProbe.periodSeconds ` | Period seconds for startupProbe | ` 10 ` |
133- | ` startupProbe.timeoutSeconds ` | Timeout seconds for startupProbe | ` 5 ` |
134- | ` startupProbe.failureThreshold ` | Failure threshold for startupProbe | ` 60 ` |
135- | ` startupProbe.successThreshold ` | Success threshold for startupProbe | ` 1 ` |
107+ | Name | Description | Value |
108+ | ------------------------------------ | ------------------------------------------------------------------------- | --------------- |
109+ | ` replicaCount ` | Number of Voltdb replicas | ` 1 ` |
110+ | ` affinity ` | Affinity for pod assignment | ` {} ` |
111+ | ` nodeSelector ` | Node labels for pod assignment | ` {} ` |
112+ | ` tolerations ` | Tolerations allow Pods to be scheduled on Nodes that have matching taints | ` [] ` |
113+ | ` updateStrategy.type ` | Update Strategy for Voltdb statefulset | ` RollingUpdate ` |
114+ | ` podManagementPolicy ` | StatefulSet pod management policy | ` Parallel ` |
115+ | ` podAnnotations ` | Additional pod annotations | ` {} ` |
116+ | ` podLabels ` | Additional pod labels | ` {} ` |
117+ | ` resources.limits ` | The resources limits for Voltdb containers | ` {} ` |
118+ | ` resources.requests ` | The requested resources for Voltdb containers | ` {} ` |
119+ | ` livenessProbe.enabled ` | Enable livenessProbe | ` true ` |
120+ | ` livenessProbe.initialDelaySeconds ` | Initial delay seconds for livenessProbe | ` 30 ` |
121+ | ` livenessProbe.periodSeconds ` | Period seconds for livenessProbe | ` 30 ` |
122+ | ` livenessProbe.timeoutSeconds ` | Timeout seconds for livenessProbe | ` 5 ` |
123+ | ` livenessProbe.failureThreshold ` | Failure threshold for livenessProbe | ` 5 ` |
124+ | ` livenessProbe.successThreshold ` | Success threshold for livenessProbe | ` 1 ` |
125+ | ` readinessProbe.enabled ` | Enable readinessProbe | ` true ` |
126+ | ` readinessProbe.initialDelaySeconds ` | Initial delay seconds for readinessProbe | ` 30 ` |
127+ | ` readinessProbe.periodSeconds ` | Period seconds for readinessProbe | ` 10 ` |
128+ | ` readinessProbe.timeoutSeconds ` | Timeout seconds for readinessProbe | ` 5 ` |
129+ | ` readinessProbe.failureThreshold ` | Failure threshold for readinessProbe | ` 5 ` |
130+ | ` readinessProbe.successThreshold ` | Success threshold for readinessProbe | ` 1 ` |
131+ | ` startupProbe.enabled ` | Enable startupProbe | ` false ` |
132+ | ` startupProbe.initialDelaySeconds ` | Initial delay seconds for startupProbe | ` 0 ` |
133+ | ` startupProbe.periodSeconds ` | Period seconds for startupProbe | ` 10 ` |
134+ | ` startupProbe.timeoutSeconds ` | Timeout seconds for startupProbe | ` 5 ` |
135+ | ` startupProbe.failureThreshold ` | Failure threshold for startupProbe | ` 60 ` |
136+ | ` startupProbe.successThreshold ` | Success threshold for startupProbe | ` 1 ` |
136137
137138### RBAC parameters
138139
0 commit comments