Flavors defintion in resource limit

Issue-ID: OOM-1322

Change-Id: I5248ae206da6b5d65b0830f454813e6e14ec7284
Signed-off-by: vaibhav16dec <vaibhav.chopra@amdocs.com>
diff --git a/kubernetes/so/charts/so-catalog-db-adapter/values.yaml b/kubernetes/so/charts/so-catalog-db-adapter/values.yaml
index a62d9c0..1b2441f 100755
--- a/kubernetes/so/charts/so-catalog-db-adapter/values.yaml
+++ b/kubernetes/so/charts/so-catalog-db-adapter/values.yaml
@@ -28,13 +28,24 @@
     type: RollingUpdate

     maxUnavailable: 1

     maxSurge: 1

+# Resource Limit flavor -By Default using small

+flavor: small

+# Segregation for Different environment (Small and Large)

 resources:

-    requests:

-      memory: 1Gi

-      cpu: 500m

+  small:

     limits:

       memory: 4Gi

       cpu: 2000m

+    requests:

+      memory: 1Gi

+      cpu: 500m

+  large:

+    limits:

+      memory: 8Gi

+      cpu: 4000m

+    requests:

+      memory: 2Gi

+      cpu: 1000m

 livenessProbe:

     path: /manage/health

     port: 8082