[AAI] Use log template
[oom.git] / kubernetes / aai / components / aai-sparky-be / values.yaml
index a27fc44..b9c8207 100644 (file)
@@ -144,3 +144,14 @@ resources:
       cpu: 0.5
       memory: 2Gi
   unlimited: {}
+
+#Pods Service Account
+serviceAccount:
+  nameOverride: aai-sparky-be
+  roles:
+    - read
+
+#Log configuration
+log:
+  path: /var/log/onap
+logConfigMapNamePrefix: '{{ include "common.fullname" . }}'