Commit ad0ea44 1 parent 67060c1 commit ad0ea44 Copy full SHA for ad0ea44
File tree 2 files changed +16
-0
lines changed
docs/sources/setup/install/helm
2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -9483,6 +9483,21 @@ false
9483
9483
<td><pre lang="json">
9484
9484
{}
9485
9485
</pre >
9486
+ </td >
9487
+ </tr>
9488
+ <tr>
9489
+ <td>read.persistence</td>
9490
+ <td>object</td>
9491
+ <td>read.persistence is used only if legacyReadTarget is set to true</td>
9492
+ <td><pre lang="json">
9493
+ {
9494
+ "annotations": {},
9495
+ "enableStatefulSetAutoDeletePVC": true,
9496
+ "selector": null,
9497
+ "size": "10Gi",
9498
+ "storageClass": null
9499
+ }
9500
+ </pre >
9486
9501
</td >
9487
9502
</tr>
9488
9503
<tr>
Original file line number Diff line number Diff line change @@ -1577,6 +1577,7 @@ read:
1577
1577
tolerations : []
1578
1578
# -- The default is to deploy all pods in parallel.
1579
1579
podManagementPolicy : " Parallel"
1580
+ # -- read.persistence is used only if legacyReadTarget is set to true
1580
1581
persistence :
1581
1582
# -- Enable StatefulSetAutoDeletePVC feature
1582
1583
enableStatefulSetAutoDeletePVC : true
You can’t perform that action at this time.
0 commit comments