We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c35e08 commit 5486246Copy full SHA for 5486246
1 file changed
charts/matrix-stack/templates/matrix-rtc/sfu_service.yaml
@@ -1,5 +1,5 @@
1
{{- /*
2
-Copyright 2024 New Vector Ltd
+Copyright 2024-2025 New Vector Ltd
3
4
SPDX-License-Identifier: AGPL-3.0-only
5
*/ -}}
@@ -21,6 +21,9 @@ spec:
21
- name: http
22
port: 7880
23
targetPort: http
24
+ - name: metrics
25
+ port: 6789
26
+ targetPort: metrics
27
selector:
28
app.kubernetes.io/instance: "{{ $.Release.Name }}-matrix-rtc-sfu"
29
{{- end -}}
0 commit comments