Thanks Gerroald,
This solution appears to work for a single pod. Unfortunately this seems to work only for the pod in which the command is executed and doesn’t affect all pods sharing a common DB. It also must be reapplied whenever pods are rescheduled, restarted, or the deployment scaled out. We’re running multiple pods for HA / performance and autoscaling according to load.
We can workaround by applying this on container start, but is there any way to store this configuration option that will persist in the above scenarios?