sigs.k8s.io/cluster-api-provider-azure@v1.14.3/templates/test/ci/prow-custom-vnet/patches/custom-vnet.yaml (about)

     1  apiVersion: infrastructure.cluster.x-k8s.io/v1beta1
     2  kind: AzureCluster
     3  metadata:
     4    name: ${CLUSTER_NAME}
     5  spec:
     6    networkSpec:
     7      vnet:
     8        resourceGroup: ${AZURE_CUSTOM_VNET_RESOURCE_GROUP}
     9        name: ${AZURE_CUSTOM_VNET_NAME}
    10      subnets:
    11        - name: ${AZURE_CUSTOM_VNET_NAME}-controlplane-subnet
    12          role: control-plane
    13          securityGroup:
    14            name: control-plane-nsg
    15        - name: ${AZURE_CUSTOM_VNET_NAME}-node-subnet
    16          role: node
    17          routeTable:
    18            name: node-routetable
    19          securityGroup:
    20            name: node-nsg