[LOG] Move Elasticsearch PVC to RWO
[oom.git] / kubernetes / log / charts / log-elasticsearch / values.yaml
index 9c3525a..11e3727 100644 (file)
@@ -75,7 +75,7 @@ persistence:
   ## If undefined (the default) or set to null, no storageClassName spec is
   ##   set, choosing the default provisioner.  (gp2 on AWS, standard on
   ##   GKE, AWS & OpenStack)
-  accessMode: ReadWriteMany
+  accessMode: ReadWriteOnce
   size: 1Gi
   mountPath: /dockerdata-nfs
   mountSubPath: log/elasticsearch/data
@@ -113,4 +113,4 @@ resources:
     requests:
       cpu: 1
       memory: 4Gi
-  unlimited: {}
\ No newline at end of file
+  unlimited: {}