Commit 423c17ab58bdf994ffb2864e6ea00c3198ff9af0

Authored by Igor Kulikov
1 parent e9ba7655

Add /v3/ path to ingress controller to handle new swagger resources

Showing 1 changed file with 4 additions and 0 deletions
... ... @@ -420,6 +420,10 @@ spec:
420 420 backend:
421 421 serviceName: tb-node
422 422 servicePort: 8080
  423 + - path: /v3/.*
  424 + backend:
  425 + serviceName: tb-node
  426 + servicePort: 8080
423 427 - path: /static/rulenode/.*
424 428 backend:
425 429 serviceName: tb-node
... ...