From 494cf01d096a1408f3275d68feae805680e568e6 Mon Sep 17 00:00:00 2001 From: elipapa Date: Thu, 23 Feb 2017 17:35:09 +0000 Subject: [PATCH] certificates folder --- deployment/webapp_staging.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deployment/webapp_staging.yaml b/deployment/webapp_staging.yaml index 0af73e7..800d207 100644 --- a/deployment/webapp_staging.yaml +++ b/deployment/webapp_staging.yaml @@ -26,7 +26,7 @@ spec: - containerPort: 443 - containerPort: 80 volumeMounts: - - mountPath: /usr/share/nginx_crt + - mountPath: /usr/share/nginx name: cert-volume env: - name: ENSEMBL_API_KEY @@ -35,4 +35,4 @@ spec: value: "http" - name: REST_API_SERVER # we are pointing to the latest master rest-api in this case - value: api-$API_VERSION \ No newline at end of file + value: api-$API_VERSION