ingress.yaml with the following content:
| Field | Description |
|---|---|
name | Name of the Ingress object |
namespace | Namespace where the target Service runs |
ingressClassName | Name of the IngressClass — nginx for the nginx controller |
path | URL path prefix to match incoming requests |
service.name | Name of the Service to route traffic to |
service.port.number | Port exposed by the target Service that receives incoming requests |