diff options
author | Jimmy Forsyth <jf2512@att.com> | 2019-03-28 11:37:20 -0400 |
---|---|---|
committer | James Forsyth <jf2512@att.com> | 2019-03-28 22:08:34 +0000 |
commit | a4254cedb401383917c63befcb66520459748915 (patch) | |
tree | a2b2c313f4cee9212103bef298450e05a72c9154 /kubernetes/aai/templates/deployment.yaml | |
parent | 0067c175509a2d37c58f24ccb7c527c8cc73d79c (diff) |
Update aai_keystore and ext pem
Issue-ID: AAI-2286
Change-Id: Ib2d265065ba2418ae1da98feeee8d35f7163d10f
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Diffstat (limited to 'kubernetes/aai/templates/deployment.yaml')
-rw-r--r-- | kubernetes/aai/templates/deployment.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/kubernetes/aai/templates/deployment.yaml b/kubernetes/aai/templates/deployment.yaml index 3f16e25ffd..23fca086bc 100644 --- a/kubernetes/aai/templates/deployment.yaml +++ b/kubernetes/aai/templates/deployment.yaml @@ -66,6 +66,9 @@ spec: - mountPath: /usr/local/etc/haproxy/haproxy.cfg subPath: haproxy.cfg name: haproxy-cfg + - mountPath: /etc/ssl/private/aai.pem + name: aai-pem + subPath: aai.pem ports: - containerPort: {{ .Values.service.internalPort }} - containerPort: {{ .Values.service.internalPort2 }} @@ -113,5 +116,8 @@ spec: - name: haproxy-cfg configMap: name: aai-deployment-configmap + - name: aai-pem + secret: + secretName: aai-haproxy-secret imagePullSecrets: - name: "{{ include "common.namespace" . }}-docker-registry-key" |