Configure DNS
Setup Domain A records
Using your domain management system, A records will need to be created for all the services which are publicly exposed for qa, production & staging environments.
Either use a wildcard or create individual A records for your chosen environment's domain name, with a TTL of 1 hour that forwards the URL to your manager server node's external IP address.
Option 1: Wildcard required A Records:
A total of 6 A Records are required for this option, 2 for each environment's domain: qa, production & staging
<your_domain>
*.<your_domain>
Option 2: Individual A Records:
A total of 36 A Records are required for this option, 12 for each environment's domain: qa, production & staging
<your_domain>
auth.<your_domain>
config.<your_domain>
countryconfig.<your_domain>
metabase.<your_domain>
minio.<your_domain>
minio-console.<your_domain>
gateway.<your_domain>
kibana.<your_domain>
login.<your_domain>
register.<your_domain>
webhooks.<your_domain>
Last updated