Sign in
简柏林
/
thingskit
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
423c17ab58bdf994ffb2864e6ea00c3198ff9af0
Authored by
Igor Kulikov
2021-11-05 17:35:40 +0200
1 parent
e9ba7655
Add /v3/ path to ingress controller to handle new swagger resources
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
k8s/common/thingsboard.yml
k8s/common/thingsboard.yml
View file @
423c17a
...
...
@@ -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
...
...