diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2021-11-22 08:26:05 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-11-22 08:26:05 +0000 |
commit | fbab601b5119796d41c9e1c01cc2d451f5da517b (patch) | |
tree | f4e4d9cecf1a75ff0949458f6bdab525e1ca7681 /kubernetes/portal/components/portal-app/values.yaml | |
parent | 4eb609904c7882b95ff1122b911bbe42feaaee21 (diff) | |
parent | d5d4a852c0f3255e7578c81ddf1b53ccea5552eb (diff) |
Merge "[PORTAL] Use log template"
Diffstat (limited to 'kubernetes/portal/components/portal-app/values.yaml')
-rw-r--r-- | kubernetes/portal/components/portal-app/values.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/kubernetes/portal/components/portal-app/values.yaml b/kubernetes/portal/components/portal-app/values.yaml index b46876ced9..6cf2513c44 100644 --- a/kubernetes/portal/components/portal-app/values.yaml +++ b/kubernetes/portal/components/portal-app/values.yaml @@ -166,3 +166,8 @@ resources: cpu: 2 memory: 8Gi unlimited: {} + +# Log configuration +log: + path: /var/log/onap +logConfigMapNamePrefix: '{{ include "common.fullname" . }}' |