Hi All. How to expose arbitrary port for ingress.. lets say 8080

Amit V:
Hi All. How to expose arbitrary port for ingress… lets say 8080…

Tharanath:
you can mention the service port in the ingress yaml

Amit V:
i need client can access API using <IP>:8080. Could you please provide configuration snippet?