Commit 633e240
fix: fix multiple deployment same name resolve (ray-project#59577)
## Description
Fix ingress deployment name could be modified if child deployment has
the same name
## Related issues
Fixes ray-project#53295
## Additional information
Because there is a child app with the same name as the ingress
deployment app, the ingress deployment app name was modified during
_build_app_recursive function. Therefore we should use the modified name
instead.
Another solution is changing the child_app name instead of the ingress
deployment app name
---------
Signed-off-by: Le Duc Manh <naruto12308@gmail.com>
Signed-off-by: peterxcli <peterxcli@gmail.com>1 parent 3e0f937 commit 633e240
File tree
2 files changed
+25
-1
lines changed- python/ray/serve
- _private
- tests/unit
2 files changed
+25
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
| 111 | + | |
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
521 | 521 | | |
522 | 522 | | |
523 | 523 | | |
| 524 | + | |
| 525 | + | |
| 526 | + | |
| 527 | + | |
| 528 | + | |
| 529 | + | |
| 530 | + | |
| 531 | + | |
| 532 | + | |
| 533 | + | |
| 534 | + | |
| 535 | + | |
| 536 | + | |
| 537 | + | |
| 538 | + | |
| 539 | + | |
| 540 | + | |
| 541 | + | |
| 542 | + | |
| 543 | + | |
| 544 | + | |
| 545 | + | |
| 546 | + | |
| 547 | + | |
524 | 548 | | |
525 | 549 | | |
0 commit comments