|
@@ -437,9 +437,9 @@ wrj2wDbCDCFmfqnSJ+dKI3vFLlEz44sAV8jX/kd4Y6ZTQhlLbYc=
|
|
|
| `dataCoord.serviceAccount.name` | The name of the ServiceAccount to use | `""` |
|
|
|
| `dataCoord.serviceAccount.automountServiceAccountToken` | Allows auto mount of ServiceAccountToken on the serviceAccount created | `false` |
|
|
|
| `dataCoord.serviceAccount.annotations` | Additional custom annotations for the ServiceAccount | `{}` |
|
|
|
-| `dataCoord.pdb.create` | Enable/disable a Pod Disruption Budget creation | `false` |
|
|
|
-| `dataCoord.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `1` |
|
|
|
-| `dataCoord.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable | `""` |
|
|
|
+| `dataCoord.pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` |
|
|
|
+| `dataCoord.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `{}` |
|
|
|
+| `dataCoord.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `dataCoord.pdb.minAvailable` and `dataCoord.pdb.maxUnavailable` are empty. | `{}` |
|
|
|
|
|
|
### Data Coordinator Autoscaling configuration
|
|
|
|
|
@@ -584,9 +584,9 @@ wrj2wDbCDCFmfqnSJ+dKI3vFLlEz44sAV8jX/kd4Y6ZTQhlLbYc=
|
|
|
| `rootCoord.serviceAccount.name` | The name of the ServiceAccount to use | `""` |
|
|
|
| `rootCoord.serviceAccount.automountServiceAccountToken` | Allows auto mount of ServiceAccountToken on the serviceAccount created | `false` |
|
|
|
| `rootCoord.serviceAccount.annotations` | Additional custom annotations for the ServiceAccount | `{}` |
|
|
|
-| `rootCoord.pdb.create` | Enable/disable a Pod Disruption Budget creation | `false` |
|
|
|
-| `rootCoord.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `1` |
|
|
|
-| `rootCoord.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable | `""` |
|
|
|
+| `rootCoord.pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` |
|
|
|
+| `rootCoord.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `{}` |
|
|
|
+| `rootCoord.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `rootCoord.pdb.minAvailable` and `rootCoord.pdb.maxUnavailable` are empty. | `{}` |
|
|
|
|
|
|
### Root Coordinator Autoscaling configuration
|
|
|
|
|
@@ -731,9 +731,9 @@ wrj2wDbCDCFmfqnSJ+dKI3vFLlEz44sAV8jX/kd4Y6ZTQhlLbYc=
|
|
|
| `queryCoord.serviceAccount.name` | The name of the ServiceAccount to use | `""` |
|
|
|
| `queryCoord.serviceAccount.automountServiceAccountToken` | Allows auto mount of ServiceAccountToken on the serviceAccount created | `false` |
|
|
|
| `queryCoord.serviceAccount.annotations` | Additional custom annotations for the ServiceAccount | `{}` |
|
|
|
-| `queryCoord.pdb.create` | Enable/disable a Pod Disruption Budget creation | `false` |
|
|
|
-| `queryCoord.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `1` |
|
|
|
-| `queryCoord.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable | `""` |
|
|
|
+| `queryCoord.pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` |
|
|
|
+| `queryCoord.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `{}` |
|
|
|
+| `queryCoord.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `queryCoord.pdb.minAvailable` and `queryCoord.pdb.maxUnavailable` are empty. | `{}` |
|
|
|
|
|
|
### Query Coordinator Autoscaling configuration
|
|
|
|
|
@@ -878,9 +878,9 @@ wrj2wDbCDCFmfqnSJ+dKI3vFLlEz44sAV8jX/kd4Y6ZTQhlLbYc=
|
|
|
| `indexCoord.serviceAccount.name` | The name of the ServiceAccount to use | `""` |
|
|
|
| `indexCoord.serviceAccount.automountServiceAccountToken` | Allows auto mount of ServiceAccountToken on the serviceAccount created | `false` |
|
|
|
| `indexCoord.serviceAccount.annotations` | Additional custom annotations for the ServiceAccount | `{}` |
|
|
|
-| `indexCoord.pdb.create` | Enable/disable a Pod Disruption Budget creation | `false` |
|
|
|
-| `indexCoord.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `1` |
|
|
|
-| `indexCoord.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable | `""` |
|
|
|
+| `indexCoord.pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` |
|
|
|
+| `indexCoord.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `{}` |
|
|
|
+| `indexCoord.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable.Defaults to `1` if both `queryCoord.pdb.minAvailable` and `queryCoord.pdb.maxUnavailable` are empty. | `{}` |
|
|
|
|
|
|
### Index Coordinator Autoscaling configuration
|
|
|
|
|
@@ -1025,9 +1025,9 @@ wrj2wDbCDCFmfqnSJ+dKI3vFLlEz44sAV8jX/kd4Y6ZTQhlLbYc=
|
|
|
| `dataNode.serviceAccount.name` | The name of the ServiceAccount to use | `""` |
|
|
|
| `dataNode.serviceAccount.automountServiceAccountToken` | Allows auto mount of ServiceAccountToken on the serviceAccount created | `false` |
|
|
|
| `dataNode.serviceAccount.annotations` | Additional custom annotations for the ServiceAccount | `{}` |
|
|
|
-| `dataNode.pdb.create` | Enable/disable a Pod Disruption Budget creation | `false` |
|
|
|
-| `dataNode.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `1` |
|
|
|
-| `dataNode.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable | `""` |
|
|
|
+| `dataNode.pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` |
|
|
|
+| `dataNode.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `{}` |
|
|
|
+| `dataNode.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `dataNode.pdb.minAvailable` and `dataNode.pdb.maxUnavailable` are empty. | `{}` |
|
|
|
|
|
|
### Data Node Autoscaling configuration
|
|
|
|
|
@@ -1172,9 +1172,9 @@ wrj2wDbCDCFmfqnSJ+dKI3vFLlEz44sAV8jX/kd4Y6ZTQhlLbYc=
|
|
|
| `queryNode.serviceAccount.name` | The name of the ServiceAccount to use | `""` |
|
|
|
| `queryNode.serviceAccount.automountServiceAccountToken` | Allows auto mount of ServiceAccountToken on the serviceAccount created | `false` |
|
|
|
| `queryNode.serviceAccount.annotations` | Additional custom annotations for the ServiceAccount | `{}` |
|
|
|
-| `queryNode.pdb.create` | Enable/disable a Pod Disruption Budget creation | `false` |
|
|
|
-| `queryNode.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `1` |
|
|
|
-| `queryNode.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable | `""` |
|
|
|
+| `queryNode.pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` |
|
|
|
+| `queryNode.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `{}` |
|
|
|
+| `queryNode.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `queryNode.pdb.minAvailable` and `queryNode.pdb.maxUnavailable` are empty. | `{}` |
|
|
|
|
|
|
### Query Node Autoscaling configuration
|
|
|
|
|
@@ -1319,9 +1319,9 @@ wrj2wDbCDCFmfqnSJ+dKI3vFLlEz44sAV8jX/kd4Y6ZTQhlLbYc=
|
|
|
| `indexNode.serviceAccount.name` | The name of the ServiceAccount to use | `""` |
|
|
|
| `indexNode.serviceAccount.automountServiceAccountToken` | Allows auto mount of ServiceAccountToken on the serviceAccount created | `false` |
|
|
|
| `indexNode.serviceAccount.annotations` | Additional custom annotations for the ServiceAccount | `{}` |
|
|
|
-| `indexNode.pdb.create` | Enable/disable a Pod Disruption Budget creation | `false` |
|
|
|
-| `indexNode.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `1` |
|
|
|
-| `indexNode.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable | `""` |
|
|
|
+| `indexNode.pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` |
|
|
|
+| `indexNode.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `{}` |
|
|
|
+| `indexNode.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `indexNode.pdb.minAvailable` and `indexNode.pdb.maxUnavailable` are empty. | `{}` |
|
|
|
|
|
|
### Index Node Autoscaling configuration
|
|
|
|
|
@@ -1478,9 +1478,9 @@ wrj2wDbCDCFmfqnSJ+dKI3vFLlEz44sAV8jX/kd4Y6ZTQhlLbYc=
|
|
|
| `proxy.serviceAccount.name` | The name of the ServiceAccount to use | `""` |
|
|
|
| `proxy.serviceAccount.automountServiceAccountToken` | Allows auto mount of ServiceAccountToken on the serviceAccount created | `false` |
|
|
|
| `proxy.serviceAccount.annotations` | Additional custom annotations for the ServiceAccount | `{}` |
|
|
|
-| `proxy.pdb.create` | Enable/disable a Pod Disruption Budget creation | `false` |
|
|
|
-| `proxy.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `1` |
|
|
|
-| `proxy.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable | `""` |
|
|
|
+| `proxy.pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` |
|
|
|
+| `proxy.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `{}` |
|
|
|
+| `proxy.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `proxy.pdb.minAvailable` and `proxy.pdb.maxUnavailable` are empty. | `{}` |
|
|
|
|
|
|
### Proxy Autoscaling configuration
|
|
|
|
|
@@ -1626,9 +1626,9 @@ wrj2wDbCDCFmfqnSJ+dKI3vFLlEz44sAV8jX/kd4Y6ZTQhlLbYc=
|
|
|
| `attu.serviceAccount.name` | The name of the ServiceAccount to use | `""` |
|
|
|
| `attu.serviceAccount.automountServiceAccountToken` | Allows auto mount of ServiceAccountToken on the serviceAccount created | `false` |
|
|
|
| `attu.serviceAccount.annotations` | Additional custom annotations for the ServiceAccount | `{}` |
|
|
|
-| `attu.pdb.create` | Enable/disable a Pod Disruption Budget creation | `false` |
|
|
|
-| `attu.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `1` |
|
|
|
-| `attu.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable | `""` |
|
|
|
+| `attu.pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` |
|
|
|
+| `attu.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `{}` |
|
|
|
+| `attu.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `attu.pdb.minAvailable` and `attu.pdb.maxUnavailable` are empty. | `{}` |
|
|
|
|
|
|
### Attu Autoscaling configuration
|
|
|
|