github.com/verrazzano/verrazzano@v1.7.0/cluster-operator/controllers/quickcreate/ociocne/testdata/new-vcn-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 kubernetes: 6 clusterNetwork: 7 podCIDR: 10.0.0.0/16 8 serviceCIDR: 10.8.0.0/16 9 identityRef: 10 name: test 11 namespace: test 12 ocne: 13 version: 1.7 14 dependencies: 15 skipInstall: false 16 oci: 17 region: us-ashburn-1 18 compartment: abc 19 sshPublicKey: ssh-rsa abc 20 imageId: foo 21 controlPlane: 22 replicas: 1 23 shape: foo 24 bootVolumeGbs: 50 25 workers: 26 - name: np-1 27 replicas: 1 28 shape: a.Flex.v4 29 memoryGbs: 32 30 OCPUs: 4 31 bootVolumeGbs: 50 32 - name: np-2 33 replicas: 1 34 shape: a.Flex.v4 35 bootVolumeGbs: 100 36 network: 37 createVCN: true 38 vcn: xyz 39 subnets: 40 - id: xyz 41 role: control-plane-endpoint 42 - id: xyz 43 role: control-plane 44 - id: xyz 45 role: worker 46 - id: xyz 47 role: service-lb 48 status: 49 phase: Provisioning