Commit 71d92e7
feat(chart): add webapp.service.extraPorts to expose extra ports on the webapp Service
Adds an `extraPorts` hook to the webapp Service template so additional
in-cluster ports can be merged onto the existing `<release>-webapp` Service
via values, without a separate Service or TLS. Primary use: exposing the
embedded s2-lite :8080 port for realtime streams in TLS-off environments
(e.g. GameWarden) where the umbrella's tls-gated webapp-internal Service
doesn't render. Default is an empty list, so existing renders are unchanged.
PLT-940
Co-authored-by: Cursor <cursoragent@cursor.com>1 parent 82e6b4b commit 71d92e7
3 files changed
Lines changed: 9 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
501 | 501 | | |
502 | 502 | | |
503 | 503 | | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
504 | 507 | | |
505 | 508 | | |
506 | 509 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
78 | 83 | | |
79 | 84 | | |
80 | 85 | | |
| |||
0 commit comments