I set an ingress for Kibana for the route /kibana on my k3s cluster.
I also set the following environment variables for Kibana:
</>
extraEnvVars:
- name: "SERVER_BASEPATH"
value: "/kibana" - name: "SERVER_REWRITEBASEPATH"
value: "false"
</>
Requests are received by Kibana, however Kibana responds to with the / base path instead of the /kibana base path.
Any suggestions?