Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ metadata:
spec:
type: NodePort
externalTrafficPolicy: Local
ipFamilyPolicy: PreferDualStack
ports:
- name: "rtc-tcp"
protocol: "TCP"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ metadata:
spec:
type: NodePort
externalTrafficPolicy: Local
ipFamilyPolicy: PreferDualStack
ports:
- name: "rtc-muxed-udp"
protocol: "UDP"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ metadata:
spec:
type: NodePort
externalTrafficPolicy: Local
ipFamilyPolicy: PreferDualStack
ports:
{{- $segment_start := ((add $range_start (mul 250 $port_segment)) | int) }}
{{- $segment_end := ((min (add $range_end 1) (add $segment_start 250)) | int) }}
Expand Down
Loading