Skip to content

Commit 4f3c9cd

Browse files
committed
Ensure example NodePort values use ports within kind's NodePort range.
1 parent 011b4c7 commit 4f3c9cd

3 files changed

Lines changed: 9 additions & 8 deletions

File tree

charts/matrix-stack/ci/fragments/matrix-rtc-exposed-services.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ matrixRTC:
66
sfu:
77
exposedServices:
88
rtcTcp:
9-
port: 33000
9+
port: 31000
1010
rtcMuxedUdp:
11-
port: 33001
11+
port: 31001
1212
rtcUdp:
1313
enabled: true
1414
portRange:
15-
startPort: 32500
16-
endPort: 32900
15+
endPort: 30400
16+
startPort: 30000

charts/matrix-stack/ci/matrix-rtc-exposed-services-values.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ matrixRTC:
1616
sfu:
1717
exposedServices:
1818
rtcMuxedUdp:
19-
port: 33001
19+
port: 31001
2020
rtcTcp:
21-
port: 33000
21+
port: 31000
2222
rtcUdp:
2323
enabled: true
2424
portRange:
25-
endPort: 32900
26-
startPort: 32500
25+
endPort: 30400
26+
startPort: 30000
2727
synapse:
2828
enabled: false
2929
wellKnownDelegation:

newsfragments/551.internal.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Ensure example `NodePort` values use ports within `kind`'s `NodePort` range.

0 commit comments

Comments
 (0)