Skip to content

Commit

Permalink
https://github.com/uengine-oss/kuber-ez/issues/58
Browse files Browse the repository at this point in the history
  • Loading branch information
SoonYoung Oh committed Oct 23, 2020
1 parent 75e09b7 commit 7ffaf18
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -226,10 +226,11 @@
var me = this;
me.value.object.spec.http = [];
me.value.outboundServices.forEach(element => {
var path = element.path || "/";
me.value.object.spec.http.push({
"match": [{
"uri": {
"prefix": "/"
"prefix": path
}
}],
"route": [{
Expand Down

0 comments on commit 7ffaf18

Please sign in to comment.