[wiki-web] Land emptyDir under volumes as well



commit 42098e94c7eb2ff0c9def1ea3bfc4d9c81f62f36
Author: Andrea Veri <averi redhat com>
Date:   Tue Aug 6 17:57:05 2019 +0200

    Land emptyDir under volumes as well

 templates/wiki-web.yaml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/templates/wiki-web.yaml b/templates/wiki-web.yaml
index 6c430a4..c071ea7 100644
--- a/templates/wiki-web.yaml
+++ b/templates/wiki-web.yaml
@@ -115,7 +115,7 @@ objects:
           - mountPath: /tmp/moinmoin-configmap
             name: moinmoin-configmap
           - mountPath: /srv/http/wsgi
-            emptyDir: {}
+            name: moinmoin-wsgi
           readinessProbe:
             failureThreshold: 5
             httpGet:
@@ -150,6 +150,8 @@ objects:
         - name: ${APP_NAME}-serving-cert
           secret:
             secretName: ${APP_NAME}-serving-cert
+        - name: moinmoin-wsgi
+          emptyDir: {}
     triggers:
     - type: ConfigChange
     - type: ImageChange


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]