summaryrefslogtreecommitdiffstats
path: root/components/aai-elasticsearch/values.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'components/aai-elasticsearch/values.yaml')
-rw-r--r--components/aai-elasticsearch/values.yaml4
1 files changed, 3 insertions, 1 deletions
diff --git a/components/aai-elasticsearch/values.yaml b/components/aai-elasticsearch/values.yaml
index dff0703..a07423d 100644
--- a/components/aai-elasticsearch/values.yaml
+++ b/components/aai-elasticsearch/values.yaml
@@ -17,6 +17,8 @@
# Declare variables to be passed into your templates.
global: # global defaults
nodePortPrefix: 302
+ persistence:
+ mountPath: /dockerdata-nfs
# application image
image: elasticsearch/elasticsearch:6.1.2
@@ -82,7 +84,7 @@ persistence:
## GKE, AWS & OpenStack)
##
## storageClass: "-"
- accessMode: ReadWriteMany
+ accessMode: ReadWriteOnce
size: 2Gi
mountPath: /dockerdata-nfs
mountSubPath: aai/elasticsearch/data