-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
22 lines (20 loc) · 1 KB
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# This is the GITHUB URL where Kubernetes manifests are stored.
# If you forked this repo, you will need to update this.
repo_url: "https://github.com/cnoe-io/reference-implementation-aws"
# Tags to apply to AWS resources
tags:
env: "dev"
project: "cnoe"
region: "us-west-2"
# The name of the EKS cluster you are installing this under.
cluster_name: "modern-engineering"
# Set this to false if you want to manage DNS somewhere else. e.g. manually.
enable_dns_management: true
# If using external DNS, specify the Route53 hosted zone ID. Required if enable_dns_management is set to true
hosted_zone_id: Z03804463VDEET6154SUK
# if external DNS is not used, this value must be provided.
domain_name: elamaras.people.aws.dev
# If set to true, we will store secrets to AWS Secrets Manager, then sync it to the cluster using External Secrets Operator.
enable_external_secret: true
# If set to true will apply flux and tofu manifests to allow deploying terraform resoruces from backstage.
enable_terraform_integrations: true