Ingress Kubernetes integration

Hi @leon
Thank you for response.
Unfortunately, we weren’t able to resolve the issue. enable_context_vars is true.
I tried to rewrite url, but didn’t get how it can replace Host header. Maybe I was not clear about the issue. Let me explain the task:
We have an Ingress service which one we can access trough next - “curl --verbose --header “Host:test.my.domain” 11.124.50.234:80”
Therefore we configured API in Tyk, to access this Ingress service. However, each request to Tyk API returned “default backend - 404” which means that we need to pass “–header “Host:test.my.domain”” through the Tyk.
What is the best way to do it?