mirror of
https://github.com/traefik/traefik.git
synced 2025-05-07 16:33:06 +00:00
Merge branch 'v1.3' into master
This commit is contained in:
commit
1e84e77a67
@ -471,7 +471,7 @@ metadata:
|
|||||||
name: cheeses
|
name: cheeses
|
||||||
annotations:
|
annotations:
|
||||||
kubernetes.io/ingress.class: traefik
|
kubernetes.io/ingress.class: traefik
|
||||||
traefik.frontend.rule.type: pathprefixstrip
|
traefik.frontend.rule.type: PathPrefixStrip
|
||||||
spec:
|
spec:
|
||||||
rules:
|
rules:
|
||||||
- host: cheeses.minikube
|
- host: cheeses.minikube
|
||||||
|
@ -3,7 +3,7 @@ kind: Ingress
|
|||||||
metadata:
|
metadata:
|
||||||
name: cheeses
|
name: cheeses
|
||||||
annotations:
|
annotations:
|
||||||
traefik.frontend.rule.type: pathprefixstrip
|
traefik.frontend.rule.type: PathPrefixStrip
|
||||||
spec:
|
spec:
|
||||||
rules:
|
rules:
|
||||||
- host: cheeses.minikube
|
- host: cheeses.minikube
|
||||||
|
Loading…
x
Reference in New Issue
Block a user