aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>2021-02-02 07:25:54 +0000
committerGerrit Code Review <gerrit@onap.org>2021-02-02 07:25:54 +0000
commita92e91d641305c96ccfea06d0c5e9c0d8f4c0fcc (patch)
tree3ab36e9e6869a9a886de64833acc0020e454310a
parent55d478e4df48c736eabce6aedede851aaf1582f7 (diff)
parentb06c9afc91857046f799f65ce804939e85016b7b (diff)
Merge "[AAI] AAI-EVENT publishing fix for https"
-rw-r--r--kubernetes/aai/components/aai-resources/templates/deployment.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/kubernetes/aai/components/aai-resources/templates/deployment.yaml b/kubernetes/aai/components/aai-resources/templates/deployment.yaml
index 84d3df3927..09e9607de7 100644
--- a/kubernetes/aai/components/aai-resources/templates/deployment.yaml
+++ b/kubernetes/aai/components/aai-resources/templates/deployment.yaml
@@ -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