github.com/verrazzano/verrazzano@v1.7.0/cluster-operator/controllers/quickcreate/oke/testdata/new-vcn-native-patch.yaml (about)

     1  # Copyright (c) 2023, Oracle and/or its affiliates.
     2  # Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
     3  
     4  spec:
     5    identityRef:
     6      name: test
     7      namespace: default
     8    kubernetes:
     9      version: "v1.26.2"
    10    oke:
    11      compartment: test
    12      region: us-ashburn-1
    13      imageId: test
    14      sshPublicKey: ssh-rsa test
    15      network:
    16        cniType: OCI_VCN_IP_NATIVE
    17        config:
    18          createVCN: true
    19      nodePools:
    20        - name: npn-1
    21          ocpus: 2
    22          memoryGbs: 16
    23          bootVolumeGbs: 50
    24          replicas: 1
    25          shape: VM.Standard.E4.Flex