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
issue: I am using version 1.6.5, jumping from http to https, the following issue
Bug:
When I visit http:/test.a.com/ui/dashboard/, I jump to http:/test.a.com/dashboard/ , which causes page 404, which removes /ui from my path. How to solve it?
issue: I am using version 1.6.5, jumping from http to https, the following issue
Bug:
When I visit http:/test.a.com/ui/dashboard/, I jump to http:/test.a.com/dashboard/ , which causes page 404, which removes /ui from my path. How to solve it?
Ingress:
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
annotations:
kubernetes.io/ingress.class: traefik
traefik.backend.circuitbreaker: NetworkErrorRatio() > 0.5
traefik.frontend.entryPoints: http,https
traefik.frontend.passHostHeader: "true"
traefik.frontend.rule.type: PathPrefixStrip
traefik.ingress.kubernetes.io/frontend-entroy-points: http,https
traefik.ingress.kubernetes.io/load-balancer-method: drr
traefik.ingress.kubernetes.io/preserve-host: "true"
traefik.ingress.kubernetes.io/rule-type: PathPrefixStrip
traefik.protocol: https
name: traefik-ingress-web
namespace: kube-system
spec:
rules:
http:
paths:
serviceName: traefik-ingress-service
servicePort: admin
path: /ui
serviceName: api-gateway
servicePort: api-gateway
path: /api
serviceName: traefik-ingress-service
servicePort: web
path: /
http:
paths:
serviceName: discovery01
servicePort: eureka1
path: /
The text was updated successfully, but these errors were encountered: