[COMMON] Harmonize resource settings, Part 2
[oom.git] / kubernetes / sdnc / components / sdnc-web / values.yaml
index 3563eb7..98e44d0 100644 (file)
@@ -22,7 +22,7 @@ global:
 # Application configuration defaults.
 #################################################################
 # application image
-image: "onap/sdnc-web-image:2.4.2"
+image: "onap/sdnc-web-image:2.5.5"
 pullPolicy: Always
 
 config:
@@ -31,7 +31,7 @@ config:
   webPort: 8080
   sdnrProtocol: http
   sdnrHost: "sdnc"
-  sdnrPort: "8080"
+  sdnrPort: "8282"
   oauth:
     enabled: false
     odluxRbac:
@@ -81,24 +81,30 @@ ingress:
     name: "sdnc-web"
     port: 8080
 
+serviceMesh:
+  authorizationPolicy:
+    authorizedPrincipals:
+      - serviceAccount: istio-ingress
+        namespace: istio-ingress
+
 #Resource limit flavor -By default using small
 flavor: small
 #segregation for different environment (small and large)
 resources:
   small:
     limits:
-      cpu: 1
-      memory: 1Gi
+      cpu: "1"
+      memory: "500Mi"
     requests:
-      cpu: 0.5
-      memory: 500Mi
+      cpu: "0.5"
+      memory: "500Mi"
   large:
     limits:
-      cpu: 2
-      memory: 2Gi
+      cpu: "2"
+      memory: "1Gi"
     requests:
-      cpu: 1
-      memory: 1Gi
+      cpu: "1"
+      memory: "1Gi"
   unlimited: {}
 
 #Pods Service Account