Skip to content

Commit 68ba8ea

Browse files
committed
[Dev Spaces] updated private endpoint command
1 parent 03cb3f2 commit 68ba8ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/dev-spaces/how-to/ingress-https-traefik.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ helm install traefik stable/traefik --namespace traefik --set kubernetes.ingress
5555
> [!NOTE]
5656
> The above example creates a public endpoint for your ingress controller. If you need to use a private endpoint for your ingress controller instead, add the *--set service.annotations."service\\.beta\\.kubernetes\\.io/azure-load-balancer-internal"=true* parameter to the *helm install* command.
5757
> ```console
58-
> helm install traefik stable/traefik --namespace traefik --set kubernetes.ingressClass=traefik --set kubernetes.ingressEndpoint.useDefaultPublishedService=true --set service.annotations."service\.beta\.kubernetes\.io/azure-load-balancer-internal"=true --version 1.85.0
58+
> helm install traefik stable/traefik --namespace traefik --set kubernetes.ingressClass=traefik --set rbac.enabled=true --set fullnameOverride=customtraefik --set kubernetes.ingressEndpoint.useDefaultPublishedService=true --set service.annotations."service\.beta\.kubernetes\.io/azure-load-balancer-internal"=true --version 1.85.0
5959
> ```
6060
> This private endpoint is exposed within the virtual network where you AKS cluster is deployed.
6161

0 commit comments

Comments
 (0)