comms: use mas proxy for leave job

This commit is contained in:
Brad Stein 2026-01-08 04:37:33 -03:00
parent 7860003f15
commit 6b5deb886f

View File

@ -2,7 +2,7 @@
apiVersion: batch/v1 apiVersion: batch/v1
kind: Job kind: Job
metadata: metadata:
name: bstein-leave-rooms-4 name: bstein-leave-rooms-5
namespace: comms namespace: comms
spec: spec:
backoffLimit: 0 backoffLimit: 0
@ -33,7 +33,7 @@ spec:
- name: MAS_ADMIN_API_BASE - name: MAS_ADMIN_API_BASE
value: http://matrix-authentication-service:8081/api/admin/v1 value: http://matrix-authentication-service:8081/api/admin/v1
- name: SYNAPSE_BASE - name: SYNAPSE_BASE
value: http://othrys-synapse-matrix-synapse:8008 value: http://matrix-authentication-service:8080
- name: TARGET_USERNAME - name: TARGET_USERNAME
value: bstein value: bstein
- name: TARGET_ROOMS - name: TARGET_ROOMS