Operator is up and running but never gets marked as ready due to the following error
spec.containers{restate-operator}: Readiness probe failed: Get "http://[a:b:c:d::b4a1[]:8080/health": dial tcp [a:b:c:d::b4a1]:8080: connect: connection refused
I'm not familiar with actix-web but its docs hint at 0.0.0.0 only covering the ipv4 - this address is unfortunately hardcoded here.
Would it be possible to make this address configurable?
Or alternatively you could bind to both but that might be a breaking change.
Thank you!