From ac7217a32ca517bd9581d6f8706e4b060f6c0144 Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Thu, 8 Jan 2026 04:19:20 -0300 Subject: [PATCH] comms: switch bot auth back to synapse --- services/comms/atlasbot-deployment.yaml | 2 +- services/comms/pin-othrys-job.yaml | 2 +- services/comms/reset-othrys-room-job.yaml | 4 ++-- services/comms/seed-othrys-room.yaml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/services/comms/atlasbot-deployment.yaml b/services/comms/atlasbot-deployment.yaml index 86e5c28..f9b6b61 100644 --- a/services/comms/atlasbot-deployment.yaml +++ b/services/comms/atlasbot-deployment.yaml @@ -32,7 +32,7 @@ spec: - name: MATRIX_BASE value: http://othrys-synapse-matrix-synapse:8008 - name: AUTH_BASE - value: http://matrix-authentication-service:8080 + value: http://othrys-synapse-matrix-synapse:8008 - name: KB_DIR value: /kb - name: VM_URL diff --git a/services/comms/pin-othrys-job.yaml b/services/comms/pin-othrys-job.yaml index c42c815..b735273 100644 --- a/services/comms/pin-othrys-job.yaml +++ b/services/comms/pin-othrys-job.yaml @@ -23,7 +23,7 @@ spec: - name: SYNAPSE_BASE value: http://othrys-synapse-matrix-synapse:8008 - name: AUTH_BASE - value: http://matrix-authentication-service:8080 + value: http://othrys-synapse-matrix-synapse:8008 - name: SEEDER_USER value: othrys-seeder - name: SEEDER_PASS diff --git a/services/comms/reset-othrys-room-job.yaml b/services/comms/reset-othrys-room-job.yaml index 453363c..307d060 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-4 + name: othrys-room-reset-5 namespace: comms spec: backoffLimit: 0 @@ -16,7 +16,7 @@ spec: - name: SYNAPSE_BASE value: http://othrys-synapse-matrix-synapse:8008 - name: AUTH_BASE - value: http://matrix-authentication-service:8080 + value: http://othrys-synapse-matrix-synapse:8008 - name: SERVER_NAME value: live.bstein.dev - name: ROOM_ALIAS diff --git a/services/comms/seed-othrys-room.yaml b/services/comms/seed-othrys-room.yaml index 5085aa3..1dc5090 100644 --- a/services/comms/seed-othrys-room.yaml +++ b/services/comms/seed-othrys-room.yaml @@ -21,7 +21,7 @@ spec: - name: SYNAPSE_BASE value: http://othrys-synapse-matrix-synapse:8008 - name: AUTH_BASE - value: http://matrix-authentication-service:8080 + value: http://othrys-synapse-matrix-synapse:8008 - name: SEEDER_USER value: othrys-seeder - name: SEEDER_PASS