diff --git a/services/comms/reset-othrys-room-job.yaml b/services/comms/reset-othrys-room-job.yaml index 0886401..2e0da95 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