Skip to content

Commit

Permalink
test for basic lb
Browse files Browse the repository at this point in the history
  • Loading branch information
luxu-ms committed May 16, 2024
1 parent 3633821 commit 034824b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ param sku string = 'Free'

@description('The load balancer SKU to use for ingress into the AKS cluster')
@allowed([ 'basic', 'standard' ])
param loadBalancerSku string = 'standard'
param loadBalancerSku string = 'basic'

@description('Network plugin used for building the Kubernetes network.')
@allowed([ 'azure', 'kubenet', 'none' ])
Expand Down

0 comments on commit 034824b

Please sign in to comment.