HI
Is it possible to have an ingress rule that not only includes host an path but also a header. Here is a an example of what I envision
rules
- host: MYHOST
http:
headers:
- header: "referer"
value: "myapp-url"
paths:
- path: /
backend:
serviceName: myservice
So - this rule would forward requests that have a specific referer header to myservice