Add Gossip protocol port for clustering

This commit is contained in:
Graham McIntire 2025-07-25 11:53:41 -05:00
parent 250842f36e
commit 92d256b9d5
No known key found for this signature in database
2 changed files with 7 additions and 0 deletions

View file

@ -25,6 +25,9 @@ spec:
name: epmd
- containerPort: 9100
name: erlang
- containerPort: 45892
name: gossip
protocol: UDP
env:
- name: PHX_HOST
value: "aprs.me"

View file

@ -14,4 +14,8 @@ spec:
- name: erlang
port: 9100
targetPort: 9100
- name: gossip
port: 45892
targetPort: 45892
protocol: UDP
publishNotReadyAddresses: true