refactor: extract unified ingress helpers. - #546
Conversation
2a9977f to
1785973
Compare
1785973 to
45bb6ac
Compare
45bb6ac to
ffda583
Compare
1ae8e71 to
00bc9e9
Compare
00bc9e9 to
bff9cb7
Compare
|
Claude finished @pantierra's task in 4m 29s —— View job Todo
✅ No blocking issues — safe to merge. Traced the extraction of Two things worth a quick look, neither blocking:
Confirmed the Note: I wasn't able to execute No Simplify (ponytail) findings — the refactor is already the minimal DRY shape given Helm's cross-template constraints; nothing reinvented, no unneeded abstraction. 💰 Estimated review cost: $1.11 · 4m29s · 29 turns |
48046ed to
5e057d0
Compare
|
Rebased onto peel PRs that should land first:
This PR keeps only the networking.tpl centralization (browser + auth-proxy ingress split). After those four merge, rebase this branch onto main. |
5e057d0 to
b6b7993
Compare
764c562 to
924e2a3
Compare
|
Rebased on these. Minimal refactor here. Follow up then in a next step: #586 This is ready for review. |
This creates a
networking.tplwith shared helpers for the unified ingress. This PR should not change anything on the output. No behaviour-change, just a mere refactoring.