I have an app deployed to IBM Cloud Code Engine (CE). The app image is stored in the Container Registry. So far I have used public endpoints, e.g., us.icr.io. To tighten security, I enabled private endpoint access to the registry.
A while later, I noticed that my CE app failed when starting up after scaling to zero. Is this related to the security changes? How can I address it?
In my Code Engine project and for the app I had configured
Both contained references to the public endpoint. After updating both settings to the private endpoint, e.g., private.us.icr.io the app redeployed and then started again.