Merge "[AAI] Make aai log level configurable"
[oom.git] / kubernetes / vfc / components / vfc-huawei-vnfm-driver / values.yaml
index 8718aff..040ad08 100644 (file)
@@ -26,7 +26,7 @@ global:
 # application image
 flavor: small
 
-image: onap/vfc/nfvo/svnfm/huawei:1.3.8
+image: onap/vfc/nfvo/svnfm/huawei:1.3.9
 pullPolicy: Always
 
 #Istio sidecar injection policy
@@ -60,7 +60,7 @@ readiness:
 service:
   type: ClusterIP
   name: vfc-huawei-vnfm-driver
-  portName: vfc-huawei-vnfm-driver
+  portName: http
   externalPort: 8482
   internalPort: 8482
   externalPort2: 8483
@@ -74,16 +74,21 @@ ingress:
 resources:
   small:
     limits:
-      cpu: 200m
-      memory: 2000Mi
+      cpu: "200m"
+      memory: "2Gi"
     requests:
-      cpu: 100m
-      memory: 1000Mi
+      cpu: "100m"
+      memory: "1Gi"
   large:
     limits:
-      cpu: 400m
-      memory: 4000Mi
+      cpu: "400m"
+      memory: "4Gi"
     requests:
-      cpu: 200m
-      memory: 2000Mi
-  unlimited: {}
\ No newline at end of file
+      cpu: "200m"
+      memory: "2Gi"
+  unlimited: {}
+
+# Log configuration
+log:
+  path: /var/log/onap
+logConfigMapNamePrefix: '{{ include "common.fullname" . }}'