File tree Expand file tree Collapse file tree
charts/matrix-stack/templates/matrix-rtc Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -153,6 +153,9 @@ Verifies that the deployed workloads behave as expected and integrates well toge
153153
154154From 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.
158161You must delete it using ` kind delete cluster --name ess-helm ` manually before running any other test run.
Original file line number Diff line number Diff line change 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 -}}
You can’t perform that action at this time.
0 commit comments