From 2a70b26a4b9ec376c032cb3165c95306eb3da2f7 Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Thu, 8 Jan 2026 04:51:13 -0300 Subject: [PATCH] comms: route othrys reset via mas --- services/comms/reset-othrys-room-job.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/services/comms/reset-othrys-room-job.yaml b/services/comms/reset-othrys-room-job.yaml index 08864016..2e0da95b 100644 --- a/services/comms/reset-othrys-room-job.yaml +++ b/services/comms/reset-othrys-room-job.yaml @@ -2,7 +2,7 @@ apiVersion: batch/v1 kind: Job metadata: - name: othrys-room-reset-6 + name: othrys-room-reset-7 namespace: comms spec: backoffLimit: 0 @@ -14,9 +14,9 @@ spec: image: python:3.11-slim env: - name: SYNAPSE_BASE - value: http://othrys-synapse-matrix-synapse:8008 + value: http://matrix-authentication-service:8080 - name: AUTH_BASE - value: http://othrys-synapse-matrix-synapse:8008 + value: http://matrix-authentication-service:8080 - name: SERVER_NAME value: live.bstein.dev - name: ROOM_ALIAS