From 394874714ab2dc4087ffb69c502a81f18195ae65 Mon Sep 17 00:00:00 2001 From: Amber Alston Date: Fri, 27 Sep 2024 14:31:26 -0600 Subject: [PATCH] Update custom-domains.md This was a convo in the Sept 27 Field/Prod meeting. There was an ask to provide more explicit suggestions. Related VP PR https://github.com/replicatedhq/vandoor/pull/6149/files --- docs/vendor/custom-domains.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/vendor/custom-domains.md b/docs/vendor/custom-domains.md index b92c8ce31d..f6a93528fe 100644 --- a/docs/vendor/custom-domains.md +++ b/docs/vendor/custom-domains.md @@ -19,13 +19,13 @@ The TXT records can be removed after the verification is complete. You can configure custom domains for the following services, so that customer-facing URLs reflect your company's brand: -- **Replicated registry:** Images and Helm charts can be pulled from the Replicated registry. By default, this registry uses the domain `registry.replicated.com`. +- **Replicated registry:** Images and Helm charts can be pulled from the Replicated registry. By default, this registry uses the domain `registry.replicated.com`. We suggest using a CNAME such as `registry.{your app name}.com`. -- **Proxy registry:** Images can be proxied from external private registries using the Replicated proxy registry. By default, the proxy registry uses the domain `proxy.replicated.com`. +- **Proxy registry:** Images can be proxied from external private registries using the Replicated proxy registry. By default, the proxy registry uses the domain `proxy.replicated.com`. We suggest using a CNAME such as `proxy.{your app name}.com`. -- **Replicated app service:** Upstream application YAML and metadata, including a license ID, are pulled from replicated.app. By default, this service uses the domain `replicated.app`. +- **Replicated app service:** Upstream application YAML and metadata, including a license ID, are pulled from replicated.app. By default, this service uses the domain `replicated.app`. We suggest using a CNAME such as `updates.{your app name}.com`. -- **Download Portal:** The Download Portal can be used to share customer license files, air gap bundles, and so on. By default, the Download Portal uses the domain `get.replicated.com`. +- **Download Portal:** The Download Portal can be used to share customer license files, air gap bundles, and so on. By default, the Download Portal uses the domain `get.replicated.com`. We suggest using a CNAME such as `portal.{your app name}.com` or `enterprise.{your app name}.com`. ## Limitations