Commit a2898a1
Ubuntu
revert: move serve --bind fix out of K8s PR (to be submitted separately)
src/main.rs and entrypoint.sh bind address changes belong in a dedicated
fix PR. This PR should only contain K8s deployment configs and docs.
The deployment.yaml already handles the 127.0.0.1 limitation via the
hostPath /dev/kvm approach; users can add a socat sidecar if needed
until the fix PR is merged.1 parent 1a19344 commit a2898a1
2 files changed
Lines changed: 5 additions & 22 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
| |||
67 | 66 | | |
68 | 67 | | |
69 | 68 | | |
70 | | - | |
| 69 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
426 | 426 | | |
427 | 427 | | |
428 | 428 | | |
429 | | - | |
| 429 | + | |
430 | 430 | | |
431 | 431 | | |
432 | 432 | | |
433 | | - | |
434 | | - | |
435 | | - | |
436 | | - | |
437 | | - | |
438 | | - | |
439 | | - | |
440 | | - | |
441 | | - | |
442 | | - | |
443 | | - | |
444 | | - | |
445 | | - | |
446 | | - | |
447 | | - | |
448 | | - | |
449 | 433 | | |
450 | 434 | | |
451 | 435 | | |
| |||
482 | 466 | | |
483 | 467 | | |
484 | 468 | | |
485 | | - | |
| 469 | + | |
486 | 470 | | |
487 | 471 | | |
488 | | - | |
| 472 | + | |
489 | 473 | | |
490 | 474 | | |
491 | 475 | | |
| |||
0 commit comments