From a4254cedb401383917c63befcb66520459748915 Mon Sep 17 00:00:00 2001 From: Jimmy Forsyth Date: Thu, 28 Mar 2019 11:37:20 -0400 Subject: Update aai_keystore and ext pem Issue-ID: AAI-2286 Change-Id: Ib2d265065ba2418ae1da98feeee8d35f7163d10f Signed-off-by: Jimmy Forsyth --- kubernetes/aai/templates/deployment.yaml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'kubernetes/aai/templates/deployment.yaml') 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" -- cgit 1.2.3-korg