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
{{ message }}
This repository has been archived by the owner on May 16, 2023. It is now read-only.
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: kibana
annotations:
nginx.ingress.kubernetes.io/rewrite-target: /$2
spec:
rules:
- host: dev.com
http:
paths:
- path: /kibana(/|$)(.*) # match all paths that begin with /kibana/
pathType: ImplementationSpecific
backend:
service:
name: release-name-kibana # name of the service
port:
number: 5601
Chart version:
8.5.1
Kubernetes version:
v1.21.5
Kubernetes provider: E.g. GKE (Google Kubernetes Engine)
self-host
Helm Version:
v3.8.0
Describe the bug:
Steps to reproduce:
Expected behavior:
I can normally access kibana ui on http://dev.com:{ingress-port}/kibana.
But acctually, when i visit 'http://dev.com:{ingress-port}/kibana', i will be redirected to 'http://dev.com:{ingress-port}/login' and then response status code will be 404.
The text was updated successfully, but these errors were encountered: