Reduce requested minimums on AAI services
[oom.git] / kubernetes / aai / charts / aai-search-data / values.yaml
index b58350c..f7cd59d 100644 (file)
@@ -23,7 +23,7 @@ global: # global defaults
 
 # application image
 repository: nexus3.onap.org:10001
-image: onap/search-data-service:1.3-STAGING-latest
+image: onap/search-data-service:1.3.2
 pullPolicy: Always
 restartPolicy: Always
 flavor: small
@@ -74,6 +74,6 @@ resources:
       cpu: 4
       memory: 8Gi
     requests:
-      cpu: 4
-      memory: 8Gi
+      cpu: 0.5
+      memory: 1Gi
   unlimited: {}