Do not mount certificates in SO
[oom.git] / kubernetes / so / charts / so-catalog-db-adapter / values.yaml
index a62d9c0..9eccf4b 100755 (executable)
@@ -12,7 +12,7 @@
 # See the License for the specific language governing permissions and\r
 # limitations under the License.\r
 repository: nexus3.onap.org:10001\r
-image: onap/so/catalog-db-adapter:latest\r
+image: onap/so/catalog-db-adapter:1.3.0-STAGING-latest
 pullPolicy: IfNotPresent\r
 replicaCount: 1\r
 minReadySeconds: 10\r
@@ -28,13 +28,24 @@ updateStrategy:
     type: RollingUpdate\r
     maxUnavailable: 1\r
     maxSurge: 1\r
+# Resource Limit flavor -By Default using small\r
+flavor: small\r
+# Segregation for Different environment (Small and Large)\r
 resources:\r
+  small:\r
+    limits:\r
+      memory: 4Gi\r
+      cpu: 2000m\r
     requests:\r
       memory: 1Gi\r
       cpu: 500m\r
+  large:\r
     limits:\r
-      memory: 4Gi\r
-      cpu: 2000m\r
+      memory: 8Gi\r
+      cpu: 4000m\r
+    requests:\r
+      memory: 2Gi\r
+      cpu: 1000m\r
 livenessProbe:\r
     path: /manage/health\r
     port: 8082\r