Make MetaGer Pods shutdown gracefully
nginx and fpm containers are waiting for all active requests to drain before shutting down but the redis container is not. It shuts down immediately which can lead to currently running requests erroring out. We should make sure to gracefully drain the current requests before shutting down the pod.