feature/ariadne #11

Merged
bstein merged 416 commits from feature/ariadne into main 2026-01-28 14:05:40 +00:00
2 changed files with 5 additions and 4 deletions
Showing only changes of commit a41ac1548c - Show all commits

View File

@ -202,13 +202,13 @@ spec:
- name: COMMS_NAMESPACE
value: comms
- name: COMMS_SYNAPSE_BASE
value: http://othrys-synapse-matrix-synapse:8008
value: http://othrys-synapse-matrix-synapse.comms.svc.cluster.local:8008
- name: COMMS_AUTH_BASE
value: http://matrix-authentication-service:8080
value: http://matrix-authentication-service.comms.svc.cluster.local:8080
- name: COMMS_MAS_ADMIN_API_BASE
value: http://matrix-authentication-service:8081/api/admin/v1
value: http://matrix-authentication-service.comms.svc.cluster.local:8081/api/admin/v1
- name: COMMS_MAS_TOKEN_URL
value: http://matrix-authentication-service:8080/oauth2/token
value: http://matrix-authentication-service.comms.svc.cluster.local:8080/oauth2/token
- name: COMMS_MAS_ADMIN_CLIENT_ID
value: 01KDXMVQBQ5JNY6SEJPZW6Z8BM
- name: COMMS_SERVER_NAME

View File

@ -25,6 +25,7 @@ rules:
resources:
- pods/exec
verbs:
- get
- create
---