summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorJames MacNider <James.MacNider@amdocs.com>2019-04-09 18:09:10 +0000
committerGerrit Code Review <gerrit@onap.org>2019-04-09 18:09:10 +0000
commit77328b5b89f267d2e438ec853fd1a574aa79ff9a (patch)
tree42b29f75cb9d2783f0ab29978f5da8094c677845 /templates
parentab9d04d581fe929b78bfc2325b4e44b4c935cc6b (diff)
parentc8ba40f9514db73b3807b8641beff0d87dbedee2 (diff)
Merge "Update aai_keystore and ext pem"
Diffstat (limited to 'templates')
-rw-r--r--templates/deployment.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/deployment.yaml b/templates/deployment.yaml
index 17680a0..8c10730 100644
--- a/templates/deployment.yaml
+++ b/templates/deployment.yaml
@@ -70,6 +70,9 @@ spec:
subPath: haproxy.cfg
{{ end }}
name: haproxy-cfg
+ - mountPath: /etc/ssl/private/aai.pem
+ name: aai-pem
+ subPath: aai.pem
ports:
- containerPort: {{ .Values.service.internalPort }}
- containerPort: {{ .Values.service.internalPort2 }}
@@ -121,5 +124,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"