aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/log/charts
diff options
context:
space:
mode:
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>2019-11-05 11:47:46 +0100
committerSylvain Desbureaux <sylvain.desbureaux@orange.com>2019-11-05 11:47:46 +0100
commita3e737c4f24f363d88e2a82cf9cded5e28e509bb (patch)
treed33c733558394361e718480507f3d358d156cdaf /kubernetes/log/charts
parent55625677baeff1e32fd3f25b3526f2010323cb6f (diff)
[LOG] Move Elasticsearch PVC to RWO
Elasticsearch PVC is only used by elasticsearch POD. As ES doesn't support several writes per different instances on the same folder, RWO PVC is sufficient Change-Id: Ie2cb4eadf8ee0c8ff1acf7e2ba172763c89583f3 Issue-ID: LOG-1114 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Diffstat (limited to 'kubernetes/log/charts')
-rw-r--r--kubernetes/log/charts/log-elasticsearch/values.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/kubernetes/log/charts/log-elasticsearch/values.yaml b/kubernetes/log/charts/log-elasticsearch/values.yaml
index 9c3525aec8..11e37272df 100644
--- a/kubernetes/log/charts/log-elasticsearch/values.yaml
+++ b/kubernetes/log/charts/log-elasticsearch/values.yaml
@@ -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: {}