Skip to content

Commit efefbd2

Browse files
committed
update load balance section and add k8s provider scenario
1 parent 3405439 commit efefbd2

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

articles/azure-app-configuration/howto-geo-replication.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,22 @@ This feature isn't yet supported in the Azure App Configuration Java Spring Prov
286286

287287
### [Kubernetes](#tab/kubernetes)
288288

289-
This feature isn't yet supported in the Azure App Configuration Kubernetes Provider.
289+
Update the `AzureAppConfigurationProvider` resource of your Azure App Configuration Kubernetes Provider. Add a `loadBalancingEnabled` property and set it to `true`.
290+
291+
``` yaml
292+
apiVersion: azconfig.io/v1
293+
kind: AzureAppConfigurationProvider
294+
metadata:
295+
name: appconfigurationprovider-sample
296+
spec:
297+
endpoint: <your-app-configuration-store-endpoint>
298+
loadBalancingEnabled: true
299+
target:
300+
configMapName: configmap-created-by-appconfig-provider
301+
```
302+
303+
> [!NOTE]
304+
> Load balancing support is available if you use version **2.1.0** or later of [Azure App Configuration Kubernetes Provider](./quickstart-azure-kubernetes-service.md).
290305

291306
### [Python](#tab/python)
292307

0 commit comments

Comments
 (0)