diff --git a/services/comms/atlasbot-deployment.yaml b/services/comms/atlasbot-deployment.yaml index f9b6b61c..86e5c28f 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://othrys-synapse-matrix-synapse:8008 + value: http://matrix-authentication-service:8080 - 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 b7352730..c42c8154 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://othrys-synapse-matrix-synapse:8008 + value: http://matrix-authentication-service:8080 - 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 6fd0ee59..453363ca 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-3 + name: othrys-room-reset-4 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://othrys-synapse-matrix-synapse:8008 + value: http://matrix-authentication-service:8080 - 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 1dc5090f..5085aa3f 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://othrys-synapse-matrix-synapse:8008 + value: http://matrix-authentication-service:8080 - name: SEEDER_USER value: othrys-seeder - name: SEEDER_PASS