You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/v3/admin/guides/infra/tls_dns.md
+6
Original file line number
Diff line number
Diff line change
@@ -208,6 +208,12 @@ If you do not have permission to update the recordset of the apex domain then yo
208
208
apex_domain_integration_enabled: false
209
209
```
210
210
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
+
211
217
## How can I check if cert-manager has issued a certificate?
212
218
213
219
You can check the status of the certificate by running
0 commit comments