Files
gitops-ack-kro-argocd/fleet/kro-values/tenants/tenant1/kro-clusters/values.yaml
T

63 lines
2.2 KiB
YAML

clusters:
workload-cluster1:
managementAccountId: "267414915391" # hub account
accountId: "577638363061" # spoke account
tenant: "tenant1"
region: "us-east-1"
k8sVersion: "1.34"
# workloads: "true"
vpc:
create: true
gitops:
addonsRepoUrl: "https://gi-8d30f0386d234e1a96d90d6234794869.ecs.us-east-1.on.aws/gitadmin/gitops-ack-kro-argocd"
fleetRepoUrl: "https://gi-8d30f0386d234e1a96d90d6234794869.ecs.us-east-1.on.aws/gitadmin/gitops-ack-kro-argocd"
workload-cluster2:
managementAccountId: "267414915391" # hub account
accountId: "577638363061" # spoke account
tenant: "tenant1"
region: "us-west-1"
k8sVersion: "1.34"
vpc:
create: true
az1Suffix: "a"
az2Suffix: "c"
vpcCidr: "10.1.0.0/16"
publicSubnet1Cidr: "10.1.1.0/24"
publicSubnet2Cidr: "10.1.2.0/24"
privateSubnet1Cidr: "10.1.11.0/24"
privateSubnet2Cidr: "10.1.12.0/24"
gitops:
addonsRepoUrl: "https://gi-8d30f0386d234e1a96d90d6234794869.ecs.us-east-1.on.aws/gitadmin/gitops-ack-kro-argocd"
fleetRepoUrl: "https://gi-8d30f0386d234e1a96d90d6234794869.ecs.us-east-1.on.aws/gitadmin/gitops-ack-kro-argocd"
# workload-cluster2:
# managementAccountId: "XXXXXX"
# accountId: "XXXXXX"
# tenant: "tenant1"
# k8sVersion: "1.34"
# vpc:
# create: true
# gitops:
# addonsRepoUrl: "https://github.com/XXXXXX/eks-cluster-mgmt"
# fleetRepoUrl: "https://github.com/XXXXXX/eks-cluster-mgmt"
# addons:
# enable_external_secrets: "true"
# workload-cluster3:
# managementAccountId: "XXXXXX"
# accountId: "XXXXXX"
# tenant: "tenant1"
# k8sVersion: "1.34"
# workloads: "true"
# vpc:
# create: false
# vpcId: "vpc-XXXX"
# publicSubnet1Id: "subnet-XXXX"
# publicSubnet2Id: "subnet-XXXX"
# privateSubnet1Id: "subnet-XXXX"
# privateSubnet2Id: "subnet-XXXX"
# gitops:
# addonsRepoUrl: "https://github.com/XXXXXX/eks-cluster-mgmt"
# fleetRepoUrl: "https://github.com/XXXXXX/eks-cluster-mgmt"