Merge "Upgrade APPC to use common mariadb galera charts"
[oom.git] / kubernetes / so / values.yaml
index 20cf8d2..e5af389 100755 (executable)
@@ -21,20 +21,31 @@ logPath: ./logs/apih/
 app: api-handler-infra
 service:
     type: NodePort
-    nodePort: 58
-    internalPort: 10100
+    nodePort: 77
+    internalPort: 8080
     portName: so-apih-port
 updateStrategy:
     type: RollingUpdate
     maxUnavailable: 1
     maxSurge: 1
+# Resource Limit flavor -By Default using small 
+flavor: small
+# Segregation for Different environment (Small and Large)
 resources:
+  small:
+    limits:
+      cpu: 2000m
+      memory: 4Gi
     requests:
-      memory: 1Gi
       cpu: 500m
+      memory: 1Gi
+  large:
     limits:
-      memory: 4Gi
-      cpu: 2000m
+      cpu: 4000m
+      memory: 8Gi
+    requests:
+      cpu: 1000m
+      memory: 2Gi
 livenessProbe:
     path: /manage/health 
     scheme: HTTPS
@@ -52,4 +63,4 @@ global:
 mariadb:
   nameOverride: so-db
 nodeSelector: {}
-affinity: {}
\ No newline at end of file
+affinity: {}