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

     1  apiVersion: infrastructure.cluster.x-k8s.io/v1beta1
     2  kind: AzureCluster
     3  metadata:
     4    name: ${CLUSTER_NAME}
     5  spec:
     6    bastionSpec:
     7      azureBastion:
     8        name: ${CLUSTER_NAME}-azure-bastion
     9        publicIP:
    10          name: ${CLUSTER_NAME}-azure-bastion-pip
    11        subnet:
    12          cidrBlocks:
    13          - ${AZURE_BASTION_SUBNET_CIDR}
    14          name: AzureBastionSubnet
    15          role: bastion
    16        sku: Standard
    17        enableTunneling: true