[MULTICLOUD] Use log template
[oom.git] / kubernetes / multicloud / components / multicloud-starlingx / values.yaml
index aa47102..f18a090 100644 (file)
@@ -88,3 +88,14 @@ resources:
       cpu: 20m
       memory: 2Gi
   unlimited: {}
+
+#Pods Service Account
+serviceAccount:
+  nameOverride: multicloud-starlingx
+  roles:
+    - read
+
+#Log configuration
+log:
+  path: /var/log/onap
+logConfigMapNamePrefix: '{{ include "common.fullname" . }}'