livekit / ingress

Ingest streams (RTMP/WHIP) or files (HLS, MP4) to LiveKit WebRTC
Apache License 2.0
71 stars 25 forks source link

install wget for health check #77

Closed jibon57 closed 1 year ago

jibon57 commented 1 year ago

At present curl or wget none installed in docker. That's why health checker not possible to implement. Better to have both or at least one program.

jibon57 commented 1 year ago

@biglittlebigben any thoughts on this?

biglittlebigben commented 1 year ago

Could you describe how you are using this? We usually call the health check from outside the pod.

jibon57 commented 1 year ago

Docker health check: https://github.com/mynaparrot/plugNmeet-install/blob/dbddf7f68c1ff51a6580cc0c1cd8dbde64802232/install-files/docker-compose.yaml#L39 which will run inside pod.

biglittlebigben commented 1 year ago

Ok. Thanks for the patch!