🔧(helm) configure staging to notify summary service
Add the relevant configurations, to be tested when deployed.
This commit is contained in:
committed by
aleb_the_flash
parent
9be826fd14
commit
b74d6e72f9
@@ -120,6 +120,11 @@ backend:
|
|||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: backend
|
name: backend
|
||||||
key: RECORDING_STORAGE_EVENT_TOKEN
|
key: RECORDING_STORAGE_EVENT_TOKEN
|
||||||
|
SUMMARY_SERVICE_ENDPOINT: http://meet-summary:80/api/v1/tasks/
|
||||||
|
SUMMARY_SERVICE_API_TOKEN:
|
||||||
|
secretKeyRef:
|
||||||
|
name: summary
|
||||||
|
key: APP_API_TOKEN
|
||||||
|
|
||||||
createsuperuser:
|
createsuperuser:
|
||||||
command:
|
command:
|
||||||
|
|||||||
Reference in New Issue
Block a user