Commit c41f21c
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 8809eb6 commit c41f21c
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 | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
390 | 390 | | |
391 | 391 | | |
392 | 392 | | |
393 | | - | |
| 393 | + | |
394 | 394 | | |
395 | 395 | | |
396 | 396 | | |
397 | | - | |
398 | | - | |
399 | | - | |
400 | | - | |
401 | | - | |
402 | | - | |
403 | | - | |
404 | | - | |
405 | | - | |
406 | | - | |
407 | | - | |
408 | | - | |
409 | | - | |
410 | | - | |
411 | | - | |
412 | | - | |
413 | 397 | | |
414 | 398 | | |
415 | 399 | | |
| |||
446 | 430 | | |
447 | 431 | | |
448 | 432 | | |
449 | | - | |
| 433 | + | |
450 | 434 | | |
451 | 435 | | |
452 | | - | |
| 436 | + | |
453 | 437 | | |
454 | 438 | | |
455 | 439 | | |
| |||
0 commit comments