Add Gossip protocol port for clustering
This commit is contained in:
parent
250842f36e
commit
92d256b9d5
2 changed files with 7 additions and 0 deletions
|
|
@ -25,6 +25,9 @@ spec:
|
|||
name: epmd
|
||||
- containerPort: 9100
|
||||
name: erlang
|
||||
- containerPort: 45892
|
||||
name: gossip
|
||||
protocol: UDP
|
||||
env:
|
||||
- name: PHX_HOST
|
||||
value: "aprs.me"
|
||||
|
|
|
|||
|
|
@ -14,4 +14,8 @@ spec:
|
|||
- name: erlang
|
||||
port: 9100
|
||||
targetPort: 9100
|
||||
- name: gossip
|
||||
port: 45892
|
||||
targetPort: 45892
|
||||
protocol: UDP
|
||||
publishNotReadyAddresses: true
|
||||
Loading…
Add table
Reference in a new issue