Skip to content

Commit 07abbd2

Browse files
add metrics to sfu service
1 parent 3d7d2d4 commit 07abbd2

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

DEVELOPERS.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,9 @@ Verifies that the deployed workloads behave as expected and integrates well toge
153153

154154
From the project root : `pytest test`
155155

156+
Pytest caches the namespace name and created user tokens between run. To start a run from scratch,
157+
run `pytest test --cache-clear`.
158+
156159
#### Special env variables
157160
- `PYTEST_KEEP_CLUSTER=1` : Do not destroy the cluster at the end of the test run.
158161
You must delete it using `kind delete cluster --name ess-helm` manually before running any other test run.

charts/matrix-stack/templates/matrix-rtc/sfu_service.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ spec:
2121
- name: http
2222
port: 7880
2323
targetPort: http
24+
- name: metrics
25+
port: 6789
26+
targetPort: metrics
2427
selector:
2528
app.kubernetes.io/instance: "{{ $.Release.Name }}-matrix-rtc-sfu"
2629
{{- end -}}

0 commit comments

Comments
 (0)