Skip to content

Commit

Permalink
docs: Updated Helm docs
Browse files Browse the repository at this point in the history
  • Loading branch information
davidham committed Oct 9, 2024
1 parent 011a4a2 commit cf96803
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion docs/sources/setup/install/helm/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -4628,7 +4628,8 @@ null
"serviceAnnotations": {},
"serviceLabels": {},
"terminationGracePeriodSeconds": 300,
"tolerations": []
"tolerations": [],
"updateStrategy": "RollingUpdate"
}
</pre>
</td>
Expand Down Expand Up @@ -4912,6 +4913,15 @@ null
<td><pre lang="json">
[]
</pre>
</td>
</tr>
<tr>
<td>indexGateway.updateStrategy</td>
<td>string</td>
<td>UpdateStrategy for the StatefulSet. One of 'OnDelete' or 'RollingUpdate'.</td>
<td><pre lang="json">
"RollingUpdate"
</pre>
</td>
</tr>
<tr>
Expand Down Expand Up @@ -5004,6 +5014,7 @@ null
"whenUnsatisfiable": "ScheduleAnyway"
}
],
"updateStrategy": "RollingUpdate",
"zoneAwareReplication": {
"enabled": true,
"maxUnavailablePct": 33,
Expand Down Expand Up @@ -5414,6 +5425,15 @@ false
<td><pre lang="">
Defaults to allow skew no more than 1 node
</pre>
</td>
</tr>
<tr>
<td>ingester.updateStrategy</td>
<td>string</td>
<td>UpdateStrategy for the ingester StatefulSets. One of 'RollingUpdate' or 'OnDelete'.</td>
<td><pre lang="json">
"RollingUpdate"
</pre>
</td>
</tr>
<tr>
Expand Down

0 comments on commit cf96803

Please sign in to comment.