From c70c48e480f0b645cc5b89ca21b4d9e61123195a Mon Sep 17 00:00:00 2001 From: Francesco Cesareo Date: Tue, 30 Apr 2024 14:11:05 +0200 Subject: [PATCH] added JAVA_OPTS --- helm/values-uat.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml index b8debf7..641a22d 100644 --- a/helm/values-uat.yaml +++ b/helm/values-uat.yaml @@ -102,6 +102,7 @@ microservice-chart: CDI_PREFERENCES_TABLE: CDI_PREFERENCES_TABLE ELENCO_SERVIZI_VIEW: ELENCO_SERVIZI_VIEW ELENCO_SERVIZI_TABLE: ELENCO_SERVIZI_TABLE + JAVA_OPTS: "-XX:+PrintFlagsFinal" envSecret: # required APPLICATIONINSIGHTS_CONNECTION_STRING: 'azure-insight-connection-string'