Skip to content

Commit 2ea9dbc

Browse files
committed
ROSA route sharding for customdomain
1 parent a23ed69 commit 2ea9dbc

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,18 @@ spec:
4949
certificate:
5050
name: <name>-tls <3>
5151
namespace: <my_project>
52+
routeSelector: <4>
53+
matchLabels:
54+
route: acme
55+
namespaceSelector: <5>
56+
matchLabels:
57+
type: sharded
5258
----
5359
<1> The custom domain.
5460
<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.
5561
<3> The secret created in the previous step.
62+
<4> Optional: Filters the set of Routes serviced by the CustomDomain ingress. If no value is provided, the default is no filtering.
63+
<5> Optional: Filters the set of Namespaces serviced by the CustomDomain ingress. If no value is provided, the default is no filtering.
5664

5765
. Apply the CR:
5866
+

0 commit comments

Comments
 (0)