diff --git a/build/dev/deployment.tpl b/build/dev/deployment.tpl index 016bc1c7..ebe88ef0 100755 --- a/build/dev/deployment.tpl +++ b/build/dev/deployment.tpl @@ -105,6 +105,18 @@ spec: name: persistent-storage-dev05 - mountPath: /etc/nginx/conf.d/ name: default-conf + - mountPath: /usr/share/nginx/subdomain/www/wp-content/wflogs + name: empty-dir + - mountPath: /usr/share/nginx/subdomain/dev01/wp-content/wflogs + name: empty-dir + - mountPath: /usr/share/nginx/subdomain/dev02/wp-content/wflogs + name: empty-dir + - mountPath: /usr/share/nginx/subdomain/dev03/wp-content/wflogs + name: empty-dir + - mountPath: /usr/share/nginx/subdomain/dev04/wp-content/wflogs + name: empty-dir + - mountPath: /usr/share/nginx/subdomain/dev05/wp-content/wflogs + name: empty-dir dnsPolicy: ClusterFirst imagePullSecrets: - name: regcred @@ -136,3 +148,5 @@ spec: configMap: defaultMode: 420 name: medicalalert-web-default-conf-cm + - emptyDir: {} + name: empty-dir diff --git a/build/prod/deployment.tpl b/build/prod/deployment.tpl index 3123309c..dad0926d 100644 --- a/build/prod/deployment.tpl +++ b/build/prod/deployment.tpl @@ -95,6 +95,8 @@ spec: name: persistent-storage - mountPath: /etc/nginx/conf.d/ name: default-conf + - mountPath: /usr/share/nginx/subdomain/www/wp-content/wflogs + name: empty-dir dnsPolicy: ClusterFirst imagePullSecrets: - name: regcred @@ -111,3 +113,5 @@ spec: configMap: defaultMode: 420 name: medicalalert-web-default-conf-cm + - emptyDir: {} + name: empty-dir diff --git a/build/qa/deployment.tpl b/build/qa/deployment.tpl index e8d61ee4..2b492cd9 100644 --- a/build/qa/deployment.tpl +++ b/build/qa/deployment.tpl @@ -95,6 +95,8 @@ spec: name: persistent-storage - mountPath: /etc/nginx/conf.d/ name: default-conf + - mountPath: /usr/share/nginx/subdomain/www/wp-content/wflogs + name: empty-dir dnsPolicy: ClusterFirst imagePullSecrets: - name: regcred @@ -111,3 +113,5 @@ spec: configMap: defaultMode: 420 name: medicalalert-web-default-conf-cm + - emptyDir: {} + name: empty-dir diff --git a/build/stage/deployment.tpl b/build/stage/deployment.tpl index 3123309c..dad0926d 100644 --- a/build/stage/deployment.tpl +++ b/build/stage/deployment.tpl @@ -95,6 +95,8 @@ spec: name: persistent-storage - mountPath: /etc/nginx/conf.d/ name: default-conf + - mountPath: /usr/share/nginx/subdomain/www/wp-content/wflogs + name: empty-dir dnsPolicy: ClusterFirst imagePullSecrets: - name: regcred @@ -111,3 +113,5 @@ spec: configMap: defaultMode: 420 name: medicalalert-web-default-conf-cm + - emptyDir: {} + name: empty-dir diff --git a/release b/release index b937b5fc..ca8e4cd1 100644 --- a/release +++ b/release @@ -1 +1 @@ -RELEASE=release-1.09 \ No newline at end of file +RELEASE=release-1.10 \ No newline at end of file