diff options
author | Rommel Pawar <rommel.pawar@bell.ca> | 2022-09-21 16:16:12 -0700 |
---|---|---|
committer | Rommel Pawar <rommel.pawar@bell.ca> | 2022-09-27 11:25:59 -0700 |
commit | c03db782d075c60ebfb28a8e062a5fe5e071cc11 (patch) | |
tree | ad7b2f3c93e4105972c17c5d3daa8249f7ecc243 /kubernetes/aai/components/aai-resources/values.yaml | |
parent | 572123717b689b6a783f96f8ba1b4b6ed55e2d26 (diff) |
[AAI] OOM AAI resources logging structure enhancement
Included logback changes
Update aai resources image
Issue-ID: AAI-3524
Signed-off-by: Rommel Pawar <rommel.pawar@bell.ca>
Change-Id: If70c8c285c0c8c9b5c8b24962e9e01b8c87229ff
Diffstat (limited to 'kubernetes/aai/components/aai-resources/values.yaml')
-rw-r--r-- | kubernetes/aai/components/aai-resources/values.yaml | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/kubernetes/aai/components/aai-resources/values.yaml b/kubernetes/aai/components/aai-resources/values.yaml index 32aba76d25..ce055334c0 100644 --- a/kubernetes/aai/components/aai-resources/values.yaml +++ b/kubernetes/aai/components/aai-resources/values.yaml @@ -157,7 +157,7 @@ certInitializer: chown -R 1000 {{ .Values.credsPath }} # application image -image: onap/aai-resources:1.9.6 +image: onap/aai-resources:1.9.7 pullPolicy: Always restartPolicy: Always flavor: small @@ -280,3 +280,15 @@ serviceAccount: log: path: /var/log/onap logConfigMapNamePrefix: '{{ include "common.fullname" . }}' + +# To make logback capping values configurable +logback: + logToFileEnabled: true + maxHistory: 7 + totalSizeCap: 1GB + queueSize: 1000 + +accessLogback: + logToFileEnabled: true + maxHistory: 7 + totalSizeCap: 1GB |