Apps wont deploy, Client.Timeout exceeded while awaiting headers

Recently I replaced my boot drive in my fully functional system, with apps installed. After replacement, I had issues with apps, and I ended up reinstalling the whole system and creating a new pool.

So now I am on freshly installed TrueNAS-SCALE-24.04.2.1, I have a newly created pool with no data on it.
When I try to install an app (immich), the app is sometimes deployed, sometimes not. If deployed, it behaves strangely and occasionally crashes.

Last Related Kubernetes Events truenas shows are:

Startup probe failed: Get "http://172.16.0.32:32002/ping": context deadline exceeded (Client.Timeout exceeded while awaiting headers)

or

Liveness probe failed: command "/bin/sh -c redis-cli -a \"$REDIS_PASSWORD\" -p ${REDIS_PORT_NUMBER:-6379} ping | grep -q PONG" timed out

or

Startup probe failed: Get "http://172.16.0.24:30041/api/server-info/ping": dial tcp 172.16.0.24:30041: connect: connection refused

When installing the app I haven’t changed any settings, besides max memory
and CPU usage.

Any ideas on how to fix it?
Thanks