Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jigasi: autoscaler sidecar support #1738

Merged
merged 2 commits into from
Mar 20, 2024

Conversation

aaronkvanmeerten
Copy link
Member

No description provided.

@@ -13,6 +13,41 @@ if [[ "$JIGASI_XMPP_PASSWORD" == "$OLD_JIGASI_XMPP_PASSWORD" ]]; then
exit 1
fi

# Local IP for autoscaler sidecar reporting
export LOCAL_ADDRESS=$(ip route get 1 | grep -oP '(?<=src ).*' | awk '{ print $1 '})
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this necessary?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

reporting only, we can skip it for docker as it's not very useful.

jigasi/Dockerfile Show resolved Hide resolved
@aaronkvanmeerten aaronkvanmeerten force-pushed the jigasi-autoscaler-sidecar-support branch from d3990c9 to e15a86b Compare March 19, 2024 17:24
@aaronkvanmeerten aaronkvanmeerten merged commit d5df19d into master Mar 20, 2024
1 check passed
@aaronkvanmeerten aaronkvanmeerten deleted the jigasi-autoscaler-sidecar-support branch March 20, 2024 17:22
saghul added a commit that referenced this pull request Mar 22, 2024
* a5ebb99 jibri: flag to support prometheus-style metrics (#1768)
* 80fc10e feat(prosody): Cleans up gc settings.
* 69bba17 feat(prosody): Adjusts lua to use generational GC for brewery.cfg.lua.
* 2798426 feat(prosody): Adjusts lua to use generational GC.
* 28d2b32 feat(prosody): Make sure muc tumbstones is disabled.
* d5df19d jigasi: autoscaler sidecar support (#1738)
* 0953ca0 jigasi: skip SIP configuration when configured as a transcriber
* ca1d670 fix: 🐛 wrong quote in default config (#1761)
* 360361e jibri: move xmpp config for easier override (#1748)
* 452f5ba misc: working on unstable
benbz added a commit to matrix-org/docker-jitsi-meet that referenced this pull request Mar 27, 2024
release

* a5ebb99 jibri: flag to support prometheus-style metrics (jitsi#1768)
* 80fc10e feat(prosody): Cleans up gc settings.
* 69bba17 feat(prosody): Adjusts lua to use generational GC for brewery.cfg.lua.
* 2798426 feat(prosody): Adjusts lua to use generational GC.
* 28d2b32 feat(prosody): Make sure muc tumbstones is disabled.
* d5df19d jigasi: autoscaler sidecar support (jitsi#1738)
* 0953ca0 jigasi: skip SIP configuration when configured as a transcriber
* ca1d670 fix: 🐛 wrong quote in default config (jitsi#1761)
* 360361e jibri: move xmpp config for easier override (jitsi#1748)
* 452f5ba misc: working on unstable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants