sigs.k8s.io/cluster-api-provider-azure@v1.14.3/templates/flavors/private/patches/private-lb.yaml (about)

     1  apiVersion: infrastructure.cluster.x-k8s.io/v1beta1
     2  kind: AzureCluster
     3  metadata:
     4    name: ${CLUSTER_NAME}
     5  spec:
     6    networkSpec:
     7      apiServerLB:
     8        name: ${CLUSTER_NAME}-internal-lb
     9        type: Internal
    10      nodeOutboundLB:
    11        frontendIPsCount: 1
    12      controlPlaneOutboundLB:
    13        frontendIPsCount: 1