Skip to content

Expose your application

This guide will show you how to expose your application to the correct audience.

Select audience

Select the correct audience from the available domains in your environment.

Define ingress

Specify the desired hostname for your application in the application manifest.

.nais/app.yaml
apiVersion: nais.io/v1alpha1
kind: Application
spec:
    ingresses:
        - https://<MY-SUBDOMAIN>.<ENVIRONMENT-DOMAIN>

Specific paths

You can optionally specify a path for each individual ingress to only expose a subset of your application.