You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With tcpdump I can catch the header and see the Host isn't my loki address "loki.xxx.com" but my observatorium url (obs.xxx.com), so it's normal the nginx ingress answer 404.
I tried to deploy observatorium on dev cluster and call loki on other cluster, loki is exposed by nginx ingress.
It seems the api don't set the right Host header on the call, observatorium log :
With tcpdump I can catch the header and see the Host isn't my loki address "loki.xxx.com" but my observatorium url (obs.xxx.com), so it's normal the nginx ingress answer 404.
As workaround I had bypass my ingress with metallb to forward traffic directly on loki-gateway svc.
The text was updated successfully, but these errors were encountered: