Awesome, that worked, thank you.
I was using localhost and adding the noTLSVerify helped too.
The only change I made was, I added:
- service: http_status:404
I added this because when I validated the config.yml, I was getting the below error:
The last ingress rule must match all URLs (i.e. it should not have a hostname or path filter)
Adding the http_status
at the end, cleared that error.