From: Andreas Geissler Date: Wed, 22 Nov 2023 14:13:46 +0000 (+0000) Subject: Merge "[AAI] Log to stdout in aai pods" X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=b686b5da265779af6f2180200ac396a1efac8f95;hp=-c;p=oom.git Merge "[AAI] Log to stdout in aai pods" --- b686b5da265779af6f2180200ac396a1efac8f95 diff --combined kubernetes/aai/components/aai-graphadmin/values.yaml index b0724820ad,d58c6b0175..749d6a5d12 --- a/kubernetes/aai/components/aai-graphadmin/values.yaml +++ b/kubernetes/aai/components/aai-graphadmin/values.yaml @@@ -79,11 -79,11 +79,11 @@@ global: # global default version: # Current version of the REST API api: - default: v27 + default: v28 # Specifies which version the depth parameter is configurable depth: v11 # List of all the supported versions of the API - list: v11,v12,v13,v14,v15,v16,v17,v18,v19,v20,v21,v22,v23,v24,v25,v26,v27 + list: v11,v12,v13,v14,v15,v16,v17,v18,v19,v20,v21,v22,v23,v24,v25,v26,v27,v28 # Specifies from which version related link should appear related: link: v11 @@@ -102,7 -102,7 +102,7 @@@ clients: SDNC,-1|MSO,-1|SO,-1|robot-ete,-1 # application image -image: onap/aai-graphadmin:1.11.2 +image: onap/aai-graphadmin:1.12.3 pullPolicy: Always restartPolicy: Always flavor: small @@@ -233,13 -233,13 +233,13 @@@ persistence # To make logback capping values configurable logback: - logToFileEnabled: true + logToFileEnabled: false maxHistory: 7 totalSizeCap: 6GB queueSize: 1000 accessLogback: - logToFileEnabled: true + logToFileEnabled: false maxHistory: 7 totalSizeCap: 6GB diff --combined kubernetes/aai/components/aai-resources/values.yaml index 2b8aa759cc,2ec0862974..0df30ed0cf --- a/kubernetes/aai/components/aai-resources/values.yaml +++ b/kubernetes/aai/components/aai-resources/values.yaml @@@ -75,11 -75,11 +75,11 @@@ global: # global default version: # Current version of the REST API api: - default: v27 + default: v28 # Specifies which version the depth parameter is configurable depth: v11 # List of all the supported versions of the API - list: v11,v12,v13,v14,v15,v16,v17,v18,v19,v20,v21,v22,v23,v24,v25,v26,v27 + list: v11,v12,v13,v14,v15,v16,v17,v18,v19,v20,v21,v22,v23,v24,v25,v26,v27,v28 # Specifies from which version related link should appear related: link: v11 @@@ -123,7 -123,7 +123,7 @@@ aai_enpoints url: external-system # application image -image: onap/aai-resources:1.11.0 +image: onap/aai-resources:1.12.3 pullPolicy: Always restartPolicy: Always flavor: small @@@ -318,12 -318,12 +318,12 @@@ logConfigMapNamePrefix: '{{ include "co # To make logback capping values configurable logback: - logToFileEnabled: true + logToFileEnabled: false maxHistory: 7 totalSizeCap: 1GB queueSize: 1000 accessLogback: - logToFileEnabled: true + logToFileEnabled: false maxHistory: 7 totalSizeCap: 1GB diff --combined kubernetes/aai/components/aai-traversal/values.yaml index 6314fb97c1,fb4453f766..3c6714ad92 --- a/kubernetes/aai/components/aai-traversal/values.yaml +++ b/kubernetes/aai/components/aai-traversal/values.yaml @@@ -84,11 -84,11 +84,11 @@@ global: # global default version: # Current version of the REST API api: - default: v27 + default: v28 # Specifies which version the depth parameter is configurable depth: v11 # List of all the supported versions of the API - list: v11,v12,v13,v14,v15,v16,v17,v18,v19,v20,v21,v22,v23,v24,v25,v26,v27 + list: v11,v12,v13,v14,v15,v16,v17,v18,v19,v20,v21,v22,v23,v24,v25,v26,v27,v28 # Specifies from which version related link should appear related: link: v11 @@@ -107,7 -107,7 +107,7 @@@ clients: SDNC,MSO,SO,robot-ete # application image -image: onap/aai-traversal:1.11.2 +image: onap/aai-traversal:1.12.3 pullPolicy: Always restartPolicy: Always flavor: small @@@ -236,13 -236,13 +236,13 @@@ serviceMesh # To make logback capping values configurable logback: - logToFileEnabled: true + logToFileEnabled: false maxHistory: 7 totalSizeCap: 6GB queueSize: 1000 accessLogback: - logToFileEnabled: true + logToFileEnabled: false maxHistory: 7 totalSizeCap: 6GB