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