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

     1  apiVersion: infrastructure.cluster.x-k8s.io/v1beta1
     2  kind: AzureMachineTemplate
     3  metadata:
     4    name: "${CLUSTER_NAME}-md-0"
     5  spec:
     6    template:
     7      spec:
     8        vmSize: "Standard_B2s_v2"
     9        spotVMOptions:
    10          maxPrice: 1000
    11          evictionPolicy: "Delete"