Merge "[AAI] Make aai log level configurable"
[oom.git] / kubernetes / vfc / components / vfc-zte-vnfm-driver / values.yaml
index 643c3fb..3588ba5 100644 (file)
@@ -60,7 +60,7 @@ readiness:
 service:
   type: ClusterIP
   name: vfc-zte-vnfm-driver
-  portName: vfc-zte-vnfm-driver
+  portName: http
   externalPort: 8410
   internalPort: 8410
 
@@ -72,16 +72,21 @@ ingress:
 resources:
   small:
     limits:
-      cpu: 100m
-      memory: 500Mi
+      cpu: "100m"
+      memory: "500Mi"
     requests:
-      cpu: 50m
-      memory: 250Mi
+      cpu: "50m"
+      memory: "200Mi"
   large:
     limits:
-      cpu: 200m
-      memory: 1000Mi
+      cpu: "200m"
+      memory: "1Gi"
     requests:
-      cpu: 100m
-      memory: 500Mi
-  unlimited: {}
\ No newline at end of file
+      cpu: "100m"
+      memory: "500Mi"
+  unlimited: {}
+
+# Log configuration
+log:
+  path: /var/log/onap
+logConfigMapNamePrefix: '{{ include "common.fullname" . }}'