Move AWX postgres and Netbox posgtres PVC to RWO 39/97639/1
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>
Mon, 28 Oct 2019 13:55:33 +0000 (14:55 +0100)
committerSylvain Desbureaux <sylvain.desbureaux@orange.com>
Mon, 28 Oct 2019 13:55:33 +0000 (14:55 +0100)
postgres doesn't support that many posgtres instances write into the
same folder so moving to RWO mode is harmless

Change-Id: I3faf715606a7bb479917faf022efbf6635d602f8
Issue-ID: OOM-2080
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
kubernetes/contrib/charts/awx/charts/awx-postgres/values.yaml
kubernetes/contrib/charts/awx/charts/awx/values.yaml
kubernetes/contrib/charts/netbox/charts/netbox-postgres/values.yaml

index 79fe510..09012ea 100755 (executable)
@@ -64,7 +64,7 @@ persistence:
 
   # storageClass: "nfs-dev-sc"
 
-  accessMode: ReadWriteMany
+  accessMode: ReadWriteOnce
   size: 1Gi
 
   # When using storage class, mountPath and mountSubPath are
index 5974de3..ffacea5 100755 (executable)
@@ -76,7 +76,7 @@ persistence:
 
   # storageClass: "nfs-dev-sc"
 
-  accessMode: ReadWriteMany
+  accessMode: ReadWriteOnce
   size: 5Gi
 
   # When using storage class, mountPath and mountSubPath are
index f2def04..1db2457 100755 (executable)
@@ -64,7 +64,7 @@ persistence:
 
   # storageClass: "nfs-dev-sc"
 
-  accessMode: ReadWriteMany
+  accessMode: ReadWriteOnce
   size: 1Gi
 
   # When using storage class, mountPath and mountSubPath are