I’m testing using Render web services as a potential managed host for Restate services https://docs.restate.dev/concepts/services). It’s falling down on the port binding check. Restate servers operate over http2 and have some other requirements to the connection that’s blocking what otherwise should be a valid and running configuration from getting registered on the correct port.
Is there a way to tell Render to skip the check, that I know what I’m doing, and just bind the port based on the PORT env var?