- Create /root/.chainlit directory in Dockerfile to prevent FileExistsError - Reduce replicas from 2 to 1 to conserve resources - Lower CPU request from 500m to 100m (insufficient CPU on nodes) - Lower memory request from 512Mi to 256Mi - Remove health check probes (Chainlit doesn't have /health endpoint)