File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
docs/examples/network-policies Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 18
18
app.kubernetes.io/name : network-policies
19
19
ports :
20
20
- port : 4369 # epmd
21
+ - port : 6000 # stream replication, if streams are being used
22
+ endPort : 6500 # if your cluster version is below 1.22 (see below) you should use a helm loop or something similar
21
23
- port : 25672 # clustering
22
24
- port : 35672 # CLI tooling
23
25
- port : 35673 # CLI tooling
41
43
app.kubernetes.io/name : network-policies
42
44
ports :
43
45
- port : 4369 # epmd
46
+ - port : 6000 # stream replication, if streams are being used
47
+ endPort : 6500 # if your cluster version is below 1.22 (see below) you should use a helm loop or something similar
44
48
- port : 25672 # clustering
45
49
- port : 35672 # CLI tooling
46
50
- port : 35673 # CLI tooling
You can’t perform that action at this time.
0 commit comments