Search code examples
kubernetespgadmin-4rancher

Cant access PGadmin web url Running on kubernetes


I have configured pgadmin to run on kubernetes. My issue is when I use ingress i get the following: pgadmin web url When I do inspect i get:Mime error

Note the issue is not related to: Pgadmin is not loading

as its gets defined in init.py file init.py

So what is confusing is that if I do kubectl port forward (bypass ingress) it works fine localhost:8282


Solution

  • So after some troubleshooting I found.

    Took the image back to http. Made the ingress https and add annotation to call backend http.