Skip to content

Fix proton-bridge default port wiring for Kubernetes#5

Merged
mgarratt merged 2 commits intomainfrom
fix/proton-bridge-default-port-wiring
Feb 15, 2026
Merged

Fix proton-bridge default port wiring for Kubernetes#5
mgarratt merged 2 commits intomainfrom
fix/proton-bridge-default-port-wiring

Conversation

@mgarratt
Copy link
Copy Markdown
Owner

Summary

  • set proton-bridge chart default container ports to 1026/1144 to avoid colliding with bridge internal listener ports 1025/1143
  • add a template guard that fails fast if bridge and container ports are set equal while using a local bridge host (127.0.0.1, localhost, ::1)
  • update README defaults and bump chart version to 0.1.7

Why

Current chart defaults set both PROTON_BRIDGE_* and CONTAINER_* to the same values, which causes runtime bind failures (address already in use) in Kubernetes deployments.

Validation

  • helm lint charts/proton-bridge passes locally
  • verified rendered secret/env values now keep bridge and container ports distinct by default

@mgarratt mgarratt merged commit e691a80 into main Feb 15, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant