Skip to content

Commit 8f19d35

Browse files
rawlingsjjstrachan
authored andcommitted
docs: FaQ on avoiding namespaceSubdomain
1 parent 1c4e637 commit 8f19d35

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

content/en/v3/admin/guides/infra/tls_dns.md

+6
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,12 @@ If you do not have permission to update the recordset of the apex domain then yo
208208
apex_domain_integration_enabled: false
209209
```
210210

211+
## How can I remove the namespace subdomain (e.g. -jx.) from my URLs?
212+
213+
In your cluster git repository find the `namespaceSubdomain` property in your jx-requirements.yml file and change its value to `namespaceSubdomain: "."`
214+
215+
Be aware that the same application deployed in multiple namespaces will end up with the same URL if you change `namespaceSubdomain` to be the same for all environments.
216+
211217
## How can I check if cert-manager has issued a certificate?
212218

213219
You can check the status of the certificate by running

0 commit comments

Comments
 (0)