forked from cnoe-io/reference-implementation-aws
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
19 lines (18 loc) · 864 Bytes
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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/Kendralabs/reference-implementation-aws"
# Tags to apply to AWS resources
tags:
env: "dev"
project: "cnoe"
region: "eu-west-2"
# The name of the EKS cluster you are installing this under.
cluster_name: "cnoe-imp"
# 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: Z0566078W3ZSJS1775NR
# if external DNS is not used, this value must be provided.
domain_name: kendralabs.net
# 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