Skip to content

Commit 66ca7d4

Browse files
matrix-rtc: fix services monitors
1 parent 46481f9 commit 66ca7d4

4 files changed

Lines changed: 4 additions & 32 deletions

File tree

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

Lines changed: 0 additions & 30 deletions
This file was deleted.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{{- /*
2-
Copyright 2024 New Vector Ltd
2+
Copyright 2024-2025 New Vector Ltd
33

44
SPDX-License-Identifier: AGPL-3.0-only
55
*/ -}}
@@ -20,7 +20,7 @@ metadata:
2020
spec:
2121
endpoints:
2222
- interval: 30s
23-
port: http
23+
port: metrics
2424
selector:
2525
matchLabels:
2626
app.kubernetes.io/part-of: matrix-stack

newsfragments/569.fixed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
matrix-rtc: Fix service monitors deployed.

tests/manifests/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -444,6 +444,7 @@ def make_synapse_worker_sub_component(worker_name: str, worker_type: str) -> Sub
444444
name="matrix-rtc",
445445
values_file_path=ValuesFilePath.read_write("matrixRTC"),
446446
has_topology_spread_constraints=False,
447+
has_service_monitor=False,
447448
sub_components=(
448449
SubComponentDetails(
449450
name="matrix-rtc-sfu",

0 commit comments

Comments
 (0)