summaryrefslogtreecommitdiffstats
path: root/kubernetes/vfc/components/vfc-vnflcm/values.yaml
diff options
context:
space:
mode:
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>2021-11-30 13:44:23 +0000
committerGerrit Code Review <gerrit@onap.org>2021-11-30 13:44:23 +0000
commit9a194893d2e134532603292603cc297851640ecc (patch)
tree8a332871675257f2effcb655e11bbbea9c352746 /kubernetes/vfc/components/vfc-vnflcm/values.yaml
parent188e897b9d477f589033a4fc14ddbb1b9260cd35 (diff)
parent857687aa25213492e813616b4ebca5f3bd7eac85 (diff)
Merge "[VFC] Use log template"
Diffstat (limited to 'kubernetes/vfc/components/vfc-vnflcm/values.yaml')
-rw-r--r--kubernetes/vfc/components/vfc-vnflcm/values.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/kubernetes/vfc/components/vfc-vnflcm/values.yaml b/kubernetes/vfc/components/vfc-vnflcm/values.yaml
index 9098b4468b..e4ae447491 100644
--- a/kubernetes/vfc/components/vfc-vnflcm/values.yaml
+++ b/kubernetes/vfc/components/vfc-vnflcm/values.yaml
@@ -104,3 +104,8 @@ resources:
cpu: 200m
memory: 500Mi
unlimited: {}
+
+# Log configuration
+log:
+ path: /var/log/onap
+logConfigMapNamePrefix: '{{ include "common.fullname" . }}'