2.3 with PSP is working
This commit is contained in:
parent
f2455cf712
commit
68588b80ac
3 changed files with 5 additions and 8 deletions
|
|
@ -13,8 +13,7 @@ spec:
|
|||
# Match is the rule corresponding to an underlying router.
|
||||
# Later on, match could be the simple form of a path prefix, e.g. just "/bar",
|
||||
# but for now we only support a traefik style matching rule.
|
||||
# - match: PathPrefix(`/dashboard`) || PathPrefix(`/api`)
|
||||
- match: Host(`traefik.{{ traefik_domain }}`)
|
||||
- match: Host(`traefik.{{ traefik_domain }}`) && (PathPrefix(`/dashboard`) || PathPrefix(`/api`))
|
||||
# kind could eventually be one of "Rule", "Path", "Host", "Method", "Header",
|
||||
# "Parameter", etc, to support simpler forms of rule matching, but for now we
|
||||
# only support "Rule".
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue