From 312751bebec0ef62cd56485787d92c3927ad4df5 Mon Sep 17 00:00:00 2001
From: David Hoese <david.hoese@ssec.wisc.edu>
Date: Tue, 5 Jan 2021 12:58:34 -0600
Subject: [PATCH] Fix various PVC issues on GCP

---
 ci_gcp/geotiff-pvc.yaml     | 2 +-
 ci_gcp/shapefiles-pvc.yaml  | 2 +-
 ci_gcp/values-mapcache.yaml | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/ci_gcp/geotiff-pvc.yaml b/ci_gcp/geotiff-pvc.yaml
index fa75f73..bc86bca 100644
--- a/ci_gcp/geotiff-pvc.yaml
+++ b/ci_gcp/geotiff-pvc.yaml
@@ -5,7 +5,7 @@ metadata:
   labels: {}
 spec:
   accessModes:
-    - ReadWriteMany
+    - ReadWriteOnce
   resources:
     requests:
       storage: 1Ti
diff --git a/ci_gcp/shapefiles-pvc.yaml b/ci_gcp/shapefiles-pvc.yaml
index fda3aeb..daef358 100644
--- a/ci_gcp/shapefiles-pvc.yaml
+++ b/ci_gcp/shapefiles-pvc.yaml
@@ -5,7 +5,7 @@ metadata:
   labels: {}
 spec:
   accessModes:
-    - ReadWriteMany
+    - ReadWriteOnce
   resources:
     requests:
       storage: 2Gi
diff --git a/ci_gcp/values-mapcache.yaml b/ci_gcp/values-mapcache.yaml
index 678dff2..03dcf60 100644
--- a/ci_gcp/values-mapcache.yaml
+++ b/ci_gcp/values-mapcache.yaml
@@ -8,7 +8,7 @@ wms:
 cache:
   persistence:
     enabled: true
-    storageClass: "local-path"
+    storageClass: "standard"
     size: 2Ti
     cleanup:
       # every 6 hours
-- 
GitLab