mirror of
https://github.com/containous/traefik.git
synced 2025-01-25 06:03:49 +03:00
Fix capitalization of PathPrefixStrip in kubernetes doc
This commit is contained in:
parent
e1e07f7750
commit
1db22a6e63
@ -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.local
|
- host: cheeses.local
|
||||||
|
@ -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.local
|
- host: cheeses.local
|
||||||
|
Loading…
x
Reference in New Issue
Block a user