jigasi: fix autoscaler sidecar config for shutdown url (#1784)

pull/1789/head
Aaron van Meerten 7 months ago committed by GitHub
parent c951116d8e
commit 48d803c7f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      jigasi/rootfs/defaults/autoscaler-sidecar.config

@ -9,6 +9,7 @@ export TERMINATE_SCRIPT="/opt/jitsi/shutdown.sh"
export ENABLE_REPORT_STATS=true
export POLLING_URL="{{ .Env.AUTOSCALER_URL }}/sidecar/poll"
export STATUS_URL="{{ .Env.AUTOSCALER_URL }}/sidecar/status"
export SHUTDOWN_URL="{{ .Env.AUTOSCALER_URL }}/sidecar/shutdown"
export STATS_RETRIEVE_URL="http://localhost:{{ $JIGASI_STATS_PORT }}/about/stats"
export STATS_REPORT_URL="{{ .Env.AUTOSCALER_URL }}/sidecar/stats"
export ASAP_SIGNING_KEY_FILE="{{ .Env.AUTOSCALER_SIDECAR_KEY_FILE }}"

Loading…
Cancel
Save