Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request to set the root path of the Dashboard #510

Open
skyoo2003 opened this issue Mar 26, 2024 · 0 comments
Open

Request to set the root path of the Dashboard #510

skyoo2003 opened this issue Mar 26, 2024 · 0 comments

Comments

@skyoo2003
Copy link

skyoo2003 commented Mar 26, 2024

When using the URL Path rewrite function in Ingress, cannot access the dashboard page properly.
Please consider adding a feature to allow access by arbitrarily specifying the root path.

apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
  annotations:
    nginx.ingress.kubernetes.io/rewrite-target: /$2
  labels:
    app.kubernetes.io/instance: yatai
    app.kubernetes.io/managed-by: Helm
    app.kubernetes.io/name: yatai
    app.kubernetes.io/version: 1.1.13
    helm.sh/chart: yatai-1.1.13
  name: yatai
  namespace: yatai-system
spec:
  ingressClassName: nginx
  rules:
  - http:
      paths:
      - backend:
          service:
            name: yatai
            port:
              number: 80
        path: /yatai-console(/|$)(.*)
        pathType: ImplementationSpecific
@skyoo2003 skyoo2003 changed the title Request to set the root path of the API server Request to set the root path of API server and Dashboard Mar 26, 2024
@skyoo2003 skyoo2003 changed the title Request to set the root path of API server and Dashboard Request to set the root path of the Dashboard Mar 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant