Merge "Initialize SDNC DB from init container"
[oom.git] / kubernetes / log / charts / log-kibana / values.yaml
index 81d0241..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:
@@ -93,4 +97,5 @@ resources:
       memory: 8Gi
     requests:
       cpu: 2
-      memory: 4Gi
\ No newline at end of file
+      memory: 4Gi
+  unlimited: {}
\ No newline at end of file