You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/matrix-stack/templates/matrix-rtc/sfu_deployment.yaml
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -114,6 +114,8 @@ spec:
114
114
{{- if .enabled }}
115
115
{{- $portType := .type -}}
116
116
{{- with .portRange }}
117
+
{{- /* container.port is metadata. Omit if a large range is provided so that we don't run into document size limits when submitting to the API server */ -}}
118
+
{{- if le (sub (.endPort | int) (.startPort | int)) 100 }}
0 commit comments