[indico-web] Comment-out volume claims
- From: Bartłomiej Piotrowski <bpiotrowski src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [indico-web] Comment-out volume claims
- Date: Mon, 2 Dec 2019 11:15:08 +0000 (UTC)
commit ce1ac0df0e08a4bde8b4577fa043f31859370812
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date: Mon Dec 2 11:33:36 2019 +0100
Comment-out volume claims
oscp.yml | 26 ++++++++++++++------------
1 file changed, 14 insertions(+), 12 deletions(-)
---
diff --git a/oscp.yml b/oscp.yml
index d37ea96..a5d8c52 100644
--- a/oscp.yml
+++ b/oscp.yml
@@ -159,16 +159,16 @@ objects:
importPolicy: {}
name: latest
-- apiVersion: v1
- kind: PersistentVolumeClaim
- metadata:
- name: indico-data
- spec:
- accessModes:
- - ReadWriteOnce
- resources:
- requests:
- storage: 1Gi
+# - apiVersion: v1
+# kind: PersistentVolumeClaim
+# metadata:
+# name: indico-data
+# spec:
+# accessModes:
+# - ReadWriteOnce
+# resources:
+# requests:
+# storage: 1Gi
### Deployment configurations
@@ -263,8 +263,10 @@ objects:
restartPolicy: Always
volumes:
- name: indico-data
- persistentVolumeClaim:
- claimName: indico-data
+ emptyDir:
+ medium: Memory
+ # persistentVolumeClaim:
+ # claimName: indico-data
- name: indico-tmp
emptyDir:
medium: Memory
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]