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
By default, autoscaling is disabled. However, if you have multiple `AzureAppConfigurationProvider` resources to produce multiple ConfigMaps/Secrets and may hit a performance bottleneck of single pod, you can enable horizontal pod autoscaling by setting `autoscaling.enabled` to `true`.
171
+
By default, autoscaling is disabled. However, if you have multiple `AzureAppConfigurationProvider` resources to produce multiple ConfigMaps/Secrets, you can enable horizontal pod autoscaling by setting `autoscaling.enabled` to `true`.
172
172
173
173
## Examples
174
174
@@ -462,7 +462,7 @@ Assuming an App Configuration store has these key-values:
462
462
463
463
#### [default](#tab/default)
464
464
465
-
and the `configMapData.type` property is absent or set to `default`,
465
+
And the `configMapData.type` property is absent or set to `default`,
0 commit comments