Skip to content

Commit

Permalink
Merge pull request #20 from RADAR-base/readme
Browse files Browse the repository at this point in the history
Update README on domain configuration
  • Loading branch information
baixiac authored Jun 14, 2024
2 parents c5e0580 + 6a45cdf commit 1871d19
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 1871d19

Please sign in to comment.