What would be the best self preservation time parameter configuration for Eureka server for 12 Microservices and 2 instance for each Microservice

In the K8s environment, instances are not deleted after self-protection is enabled. As a result, some requests are connected to non-existent instances

Can try to disable it: eureka.server.enableSelfPreservation=false