``` name class hosts address . . .

Abbas Hallal:

NAME                   CLASS    HOSTS                         ADDRESS        PORTS     AGE
loki-grafana-ingress   &lt;none&gt;   <http://xxx.me|xxx.me>                                      80, 443   16m
backend-ingress        &lt;none&gt;   <http://xxx.me|xxx.me>                       x.x.x.213   80, 443   35d
frontend-ingress       &lt;none&gt;   xxx..me                      x.x.x.213   80, 443   34d

LonnyBarry:
Seems I’m facing something similar.

Abbas Hallal:
Shit! :disappointed:

Nikita Holmak:
@Abbas Hallal, it is a grafana configuration problem.
You need to add next lines in your grafana ConfigMap:
grafana.ini:
[server]
domain = http://xxx.xxx.me|xxx.xxx.me
root_url = https://xxx.xxx.me/|https://xxx.xxx.me/
serve_from_sub_path = true

And add line in the annotations section of the ingress yaml:
annotations:
http://nginx.ingress.kubernetes.io/rewrite-target:|nginx.ingress.kubernetes.io/rewrite-target: /$2

paths:

  • path: /(/|$)(.*)