Merge "Add message-router dependency in blueprint-processor for kafka-listener."
[oom.git] / kubernetes / log / charts / log-kibana / values.yaml
index e6d4f12..5132768 100644 (file)
@@ -26,6 +26,10 @@ global:
 # Application configuration defaults.
 #################################################################
 
+# Elasticdump image
+elasticdumpRepository: docker.io
+elasticdumpImage: taskrabbit/elasticsearch-dump
+
 # BusyBox image
 busyboxRepository: registry.hub.docker.com
 busyboxImage: library/busybox:latest
@@ -76,7 +80,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:
@@ -85,12 +89,13 @@ resources:
       cpu: 2
       memory: 4Gi
     requests:
-      cpu: 2
-      memory: 4Gi
+      cpu: 1
+      memory: 2Gi
   large:
     limits:
       cpu: 4
       memory: 8Gi
     requests:
-      cpu: 4
-      memory: 8Gi
\ No newline at end of file
+      cpu: 2
+      memory: 4Gi
+  unlimited: {}
\ No newline at end of file