From 6c5a4011ae459b04a56dc02fd31a6932c2d70d9f Mon Sep 17 00:00:00 2001 From: Harish Venkata Kajur Date: Mon, 1 Feb 2021 08:50:57 -0500 Subject: Dmaap event publishing fix to post to https dmaap Issue-ID: AAI-3219 Change-Id: Id81b34477cf90565d882e04c7c0ce7a14a7f4953 Signed-off-by: Harish Venkata Kajur --- components/aai-resources/templates/deployment.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/aai-resources/templates/deployment.yaml b/components/aai-resources/templates/deployment.yaml index ae328f5..3a7d504 100644 --- a/components/aai-resources/templates/deployment.yaml +++ b/components/aai-resources/templates/deployment.yaml @@ -1232,6 +1232,8 @@ spec: value: {{ .Values.global.config.userId | quote }} - name: LOCAL_GROUP_ID value: {{ .Values.global.config.groupId | quote }} + - name: POST_JAVA_OPTS + value: '-Djavax.net.ssl.trustStore=/opt/app/aai-resources/resources/aaf/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit' volumeMounts: - mountPath: /etc/localtime name: localtime -- cgit 1.2.3-korg