Skip to content

Commit

Permalink
Allow API versions in API subpath (#570)
Browse files Browse the repository at this point in the history
* Allow API versions in API subpath

* [wri-dev-ingress-fe-internal-api.yaml] handle api/3/action ingress

---------

Co-authored-by: Muhammad Ismail Shahzad <[email protected]>
  • Loading branch information
mpolidori and MuhammadIsmailShahzad authored Oct 24, 2024
1 parent 82054d6 commit 620a5cb
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,16 @@ spec:
number: 80
path: /api/action/(.*)
pathType: ImplementationSpecific
- host: wri.dev.frontend.datopian.com
http:
paths:
- backend:
service:
name: wri-dev-ckan-svc
port:
number: 80
path: /api/3/action/(.*)
pathType: ImplementationSpecific
tls:
- hosts:
- wri.dev.frontend.datopian.com
Expand Down

0 comments on commit 620a5cb

Please sign in to comment.