From c9fad710ea31ae6695c3914429266621d37ce8b8 Mon Sep 17 00:00:00 2001 From: Harish Venkata Kajur Date: Wed, 4 Mar 2020 21:02:23 -0500 Subject: Fix the graphadmin logback issue Issue-ID: AAI-2751 Change-Id: Icce232aab798c2c1d2a072a5cbf040403879a48b Signed-off-by: Harish Venkata Kajur --- components/aai-graphadmin/values.yaml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'components/aai-graphadmin/values.yaml') diff --git a/components/aai-graphadmin/values.yaml b/components/aai-graphadmin/values.yaml index c679380..6fa9767 100644 --- a/components/aai-graphadmin/values.yaml +++ b/components/aai-graphadmin/values.yaml @@ -38,6 +38,10 @@ replicaCount: 1 # Configuration for the graphadmin deployment config: + # Specify the profiles for the graphadmin microservice + profiles: + active: "dmaap,one-way-ssl" + # Specifies the timeout limit for the REST API requests timeout: enabled: true -- cgit 1.2.3-korg