Merge "[AAI] AAI-EVENT publishing fix for https"
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>
Tue, 2 Feb 2021 07:25:54 +0000 (07:25 +0000)
committerGerrit Code Review <gerrit@onap.org>
Tue, 2 Feb 2021 07:25:54 +0000 (07:25 +0000)
kubernetes/aai/components/aai-resources/templates/deployment.yaml

index 84d3df3..09e9607 100644 (file)
@@ -1234,6 +1234,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