Skip to content

Commit c68f316

Browse files
authored
Merge pull request #55904 from EricPonvelle/OSDOCS-5268_Custom-Domains
OSDOCS-5268: Updated the Custom Domain sample
2 parents d6c406f + 59aba3d commit c68f316

File tree

4 files changed

+11
-7
lines changed

4 files changed

+11
-7
lines changed

_topic_maps/_topic_map_osd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ Topics:
248248
Dir: deployments
249249
Distros: openshift-dedicated
250250
Topics:
251-
- Name: Configuring custom domains for applications
251+
- Name: Custom domains for applications
252252
File: osd-config-custom-domains-applications
253253
---
254254
Name: Logging

_topic_maps/_topic_map_rosa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ Topics:
340340
Dir: deployments
341341
Distros: openshift-rosa
342342
Topics:
343-
- Name: Configuring custom domains for applications
343+
- Name: Custom domains for applications
344344
File: osd-config-custom-domains-applications
345345
# - Name: Application GitOps workflows
346346
# File: rosa-app-gitops-workflows
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
:_content-type: ASSEMBLY
22
[id="osd-config-custom-domains-applications"]
3-
= Configuring custom domains for applications
3+
= Custom domains for applications
44
include::_attributes/attributes-openshift-dedicated.adoc[]
55
:context: osd-config-custom-domains-applications
66

77
toc::[]
88

9-
include::modules/osd-applications-config-custom-domains.adoc[leveloffset=+1]
9+
You can configure a custom domain for your applications. Custom domains are specific wildcard domains that can be used with {product-title} applications.
10+
11+
include::modules/osd-applications-config-custom-domains.adoc[leveloffset=+1]

modules/osd-applications-config-custom-domains.adoc

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[id="osd-applications-config-custom-domains_{context}"]
77
= Configuring custom domains for applications
88

9-
Custom domains are specific wildcard domains that can be used with {product-title} applications. The top-level domains (TLDs) are owned by the customer that is operating the {product-title} cluster. The Custom Domains Operator sets up a new `ingresscontroller` with a custom certificate as a second day operation. The public DNS record for this `ingresscontroller` can then be used by an external DNS to create a wildcard CNAME record for use with a custom domain.
9+
The top-level domains (TLDs) are owned by the customer that is operating the {product-title} cluster. The Custom Domains Operator sets up a new ingress controller with a custom certificate as a second day operation. The public DNS record for this ingress controller can then be used by an external DNS to create a wildcard CNAME record for use with a custom domain.
1010

1111
[NOTE]
1212
====
@@ -45,12 +45,14 @@ metadata:
4545
spec:
4646
domain: apps.companyname.io <1>
4747
scope: External
48+
loadBalancerType: Classic <2>
4849
certificate:
49-
name: <name>-tls <2>
50+
name: <name>-tls <3>
5051
namespace: <my_project>
5152
----
5253
<1> The custom domain.
53-
<2> The secret created in the previous step.
54+
<2> The type of load balancer for your custom domain. This type can be the default `classic` or `NLB` if you use a network load balancer.
55+
<3> The secret created in the previous step.
5456

5557
. Apply the CR:
5658
+

0 commit comments

Comments
 (0)