diff --git a/tutordiscovery/patches/k8s-deployments-nginx-volume-mounts b/tutordiscovery/patches/k8s-deployments-nginx-volume-mounts new file mode 100644 index 0000000..d2d78a6 --- /dev/null +++ b/tutordiscovery/patches/k8s-deployments-nginx-volume-mounts @@ -0,0 +1,3 @@ +- mountPath: /var/www/discovery/ + name: discovery-staticfiles + readOnly: true \ No newline at end of file