Skip to content

Commit

Permalink
update readme on domain configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
baixiac committed Jun 13, 2024
1 parent c5e0580 commit 6a45cdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ terraform output
You could also automate this value injection by implementing your own templating strategy to customise `production.yaml`

## Configure the cluster (optional)
N.B.: To get external DNS, Cert Manager and SMTP working via Route 53 (if chosen as your DNS service), you need to replace `change-me-radar-base-dummy-domain.net` with your registered second-level domain name for variable `domain_name` in [config/variables.tf](./config/variables.tf).
N.B.: To get external DNS, Cert Manager and SMTP working via Route 53 (if chosen as your DNS service), you need to configure your registered top-level domain and its corresponding hosted zone ID via variable `domain_name` in [config/terraform.tfvars](./config/terraform.tfvars). Additionally, set `enable_route53` to `true`.

```
cd config
Expand Down

0 comments on commit 6a45cdf

Please sign in to comment.