github.com/giantswarm/apiextensions/v2@v2.6.2/helm/apiextensions-aws-config-e2e-chart/values.yaml (about)

     1  clusterName: "test-cluster"
     2  commonDomain: "test-host-cluster.eu-central-1.aws.gigantic.io"
     3  encryptionKey: "QitRZGlWeW5WOFo2YmdvMVRwQUQ2UWoxRHZSVEF4MmovajlFb05sT1AzOD0="
     4  versionBundleVersion: "0.1.0"
     5  updateEnabled: true
     6  aws:
     7    region: "eu-central-1"
     8    availabilityZones: 1
     9    ami: "ami-d60ad6b9"
    10    instanceTypeMaster: "m4.large"
    11    instanceTypeWorker: "m4.large"
    12  
    13    networkCIDR: "10.1.12.0/24"
    14    privateSubnetCIDR: "10.1.12.0/25"
    15    publicSubnetCIDR: "10.1.12.128/25"
    16  
    17    apiHostedZone: "Z*************"
    18    ingressHostedZone: "Z*************"
    19    routeTable0: "example-table"
    20    routeTable1: "example-table-two"
    21    vpcPeerId: "vpc-XXXXXXXXX"
    22  
    23    credentialName: "credential-default"
    24    credentialNamespace: "giantswarm"