📌(egress) pin egress version to v1.11.0
Pin egress to the production version, which uses a more recent release than the default chart value (1.9.0). Using the default could have led to issues; hopefully this change avoids them.
This commit is contained in:
committed by
aleb_the_flash
parent
f6cdb1125b
commit
83654cf7c0
@@ -235,7 +235,7 @@ services:
|
|||||||
- livekit-egress
|
- livekit-egress
|
||||||
|
|
||||||
livekit-egress:
|
livekit-egress:
|
||||||
image: livekit/egress
|
image: livekit/egress:v1.11.0
|
||||||
environment:
|
environment:
|
||||||
EGRESS_CONFIG_FILE: ./livekit-egress.yaml
|
EGRESS_CONFIG_FILE: ./livekit-egress.yaml
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
@@ -1,6 +1,9 @@
|
|||||||
replicaCount: 1
|
replicaCount: 1
|
||||||
terminationGracePeriodSeconds: 18000
|
terminationGracePeriodSeconds: 18000
|
||||||
|
|
||||||
|
image:
|
||||||
|
tag: v1.11.0
|
||||||
|
|
||||||
egress:
|
egress:
|
||||||
log_level: debug
|
log_level: debug
|
||||||
ws_url: ws://livekit-livekit-server:80
|
ws_url: ws://livekit-livekit-server:80
|
||||||
|
|||||||
Reference in New Issue
Block a user