chore: Health check only backend, caddy and RTS (#32891)

This is to avoid low-impact failures from getting the whole container to
restart.


<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **Bug Fixes**
- Modified health check to focus on critical services (`editor`, `rts`,
`backend`) for more efficient monitoring.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
Shrikant Sharat Kandula 2024-04-25 10:36:13 +05:30 committed by GitHub
parent c87511361a
commit 67a103de0e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,7 +32,7 @@ while read -r line
fi
fi
fi
done <<< $(supervisorctl status all)
done <<< $(supervisorctl status editor rts backend)
if [ $healthy == true ]; then
exit 0
else