IBM Cloud Code Engine: App fails to start after enforcing private endpoint for Container Registry

115 Views Asked by At

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?

1

There are 1 best solutions below

0
On BEST ANSWER

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.