Skip to content

Custom Domain in production deployment #1

@peterpersiel

Description

@peterpersiel

Best practice for production deployment ist to use a custom domain.

Please check the example for prod.mtaext


Instead of default-domain please provide example for custom domain: mydomain.com

The route-prefix should be "", so that

cis${route-prefix}.${app-domain} becomes cis.mydomain.com

and

*${route-prefix}.${app-domain} becomes *.mydomain.com

Please add wildcard route in approuter module in the prod.mtaext example so that it is clear that routes do not have to be created per subscription:

modules:
  - name: approuter
    parameters:
      routes:
        - route: "cis${route-prefix}.${app-domain}"
        - route: "*${route-prefix}.${app-domain}"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions