Merge "change readiness logic for APPC docker"
[oom.git] / kubernetes / log / charts / log-elasticsearch / values.yaml
index e39ba9e..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
@@ -95,7 +95,7 @@ service:
 ingress:
   enabled: false
 
-# Resource Limit flavor -By Default using small 
+# Resource Limit flavor -By Default using small
 flavor: small
 # Segregation for Different environment (Small and Large)
 resources:
@@ -105,11 +105,12 @@ resources:
       memory: 4Gi
     requests:
       cpu: 1
-      memory: 4Gi
+      memory: 2Gi
   large:
     limits:
       cpu: 2
       memory: 8Gi
     requests:
-      cpu: 2
-      memory: 8Gi
\ No newline at end of file
+      cpu: 1
+      memory: 4Gi
+  unlimited: {}