# Add an Ingress manually
From the menu select **Ingresses** then click **Add with form**.
Field/Option | Overview | ||
---|---|---|---|
Name | Enter a descriptive name for the ingress. | ||
Ingress class | Select an Ingress Class object from the list, or select none when no IngressClass info is needed in the Ingress specification. | ||
Annotations | You can add annotations to your ingress as required by clicking Add annotation and filling in the Key and Value fields. Depending on your selected ingress class you may also be able to add rewrite annotations and/or regular expression annotations. |
Field/Option | Overview | |
---|---|---|
Hostname | Enter the FQDN that the application should be accessed with eg: myapp.mydomain.com . | |
TLS Secret | Select the TLS secret that holds the SSL certificate information for the hostname entered above. Optionally, create a new TLS Secret by clicking on ConfigMaps & Secrets link (opens in a new tab). Once secret is created click on Reload TLS Secrets and select the new secret. | |
Service | Select a service that you want to expose from the list. Note that only ClusterIP services are available from this list. | |
Service port | Select the port that needs to be exposed from the list. | |
Path type | Select the relevant path type. The default is Prefix . | |
Path | Enter the path to expose the application on. To expose on the root of the domain use / . |