diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2021-02-02 07:25:54 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-02-02 07:25:54 +0000 |
commit | a92e91d641305c96ccfea06d0c5e9c0d8f4c0fcc (patch) | |
tree | 3ab36e9e6869a9a886de64833acc0020e454310a /kubernetes | |
parent | 55d478e4df48c736eabce6aedede851aaf1582f7 (diff) | |
parent | b06c9afc91857046f799f65ce804939e85016b7b (diff) |
Merge "[AAI] AAI-EVENT publishing fix for https"
Diffstat (limited to 'kubernetes')
-rw-r--r-- | kubernetes/aai/components/aai-resources/templates/deployment.yaml | 2 |
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 |