Skip to content

Commit

Permalink
docs: FaQ on avoiding namespaceSubdomain
Browse files Browse the repository at this point in the history
  • Loading branch information
rawlingsj authored and jstrachan committed Nov 20, 2020
1 parent 1c4e637 commit 8f19d35
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions content/en/v3/admin/guides/infra/tls_dns.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,12 @@ If you do not have permission to update the recordset of the apex domain then yo
apex_domain_integration_enabled: false
```

## How can I remove the namespace subdomain (e.g. -jx.) from my URLs?

In your cluster git repository find the `namespaceSubdomain` property in your jx-requirements.yml file and change its value to `namespaceSubdomain: "."`

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.

## How can I check if cert-manager has issued a certificate?

You can check the status of the certificate by running
Expand Down

0 comments on commit 8f19d35

Please sign in to comment.