Skip to content

Commit c951116

Browse files
jibri: fix autoscaler sidecar config (jitsi#1783)
1 parent cae1e40 commit c951116

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jibri/rootfs/defaults/autoscaler-sidecar.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ export TERMINATE_SCRIPT="/opt/jitsi/jibri/shutdown.sh"
99
export ENABLE_REPORT_STATS=true
1010
export POLLING_URL="{{ .Env.AUTOSCALER_URL }}/sidecar/poll"
1111
export STATUS_URL="{{ .Env.AUTOSCALER_URL }}/sidecar/status"
12+
export SHUTDOWN_URL="{{ .Env.AUTOSCALER_URL }}/sidecar/shutdown"
1213
export STATS_RETRIEVE_URL="http://localhost:{{ $JIBRI_HTTP_API_EXTERNAL_PORT }}/jibri/api/v1.0/health"
1314
export STATS_REPORT_URL="{{ .Env.AUTOSCALER_URL }}/sidecar/stats"
1415
export ASAP_SIGNING_KEY_FILE="{{ .Env.AUTOSCALER_SIDECAR_KEY_FILE }}"

0 commit comments

Comments
 (0)