Change Nginx to deploy as a statefulSet, and use a volume for the nginx cache directory. This change will remove the possibility of nginx pods being killed due to excess use of ephemeral-disk.
As part of this change, we changed the sizing of the nginx proxy cache to match the available disk size.
Changes in this pull request: