Skip to content

Commit 008f7c7

Browse files
authored
feat(docs): add stream ports to inter-node-traffic network-policy (#1461)
1 parent ae6f200 commit 008f7c7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/examples/network-policies/allow-inter-node-traffic.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ spec:
1818
app.kubernetes.io/name: network-policies
1919
ports:
2020
- 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
2123
- port: 25672 # clustering
2224
- port: 35672 # CLI tooling
2325
- port: 35673 # CLI tooling
@@ -41,6 +43,8 @@ spec:
4143
app.kubernetes.io/name: network-policies
4244
ports:
4345
- 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
4448
- port: 25672 # clustering
4549
- port: 35672 # CLI tooling
4650
- port: 35673 # CLI tooling

0 commit comments

Comments
 (0)