aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/contrib/charts/netbox
diff options
context:
space:
mode:
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>2019-10-28 14:55:33 +0100
committerSylvain Desbureaux <sylvain.desbureaux@orange.com>2019-10-28 14:55:33 +0100
commit18681717358ee299d9847e27b655b8d8eaf38668 (patch)
tree2aa3ead5bb8bb436e1f96a121fe89d2a5c24ebbc /kubernetes/contrib/charts/netbox
parent6516cd5988ce5ef6d63de8b3e3d9890f02bd5791 (diff)
Move AWX postgres and Netbox posgtres PVC to RWO
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>
Diffstat (limited to 'kubernetes/contrib/charts/netbox')
-rwxr-xr-xkubernetes/contrib/charts/netbox/charts/netbox-postgres/values.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/contrib/charts/netbox/charts/netbox-postgres/values.yaml b/kubernetes/contrib/charts/netbox/charts/netbox-postgres/values.yaml
index f2def04359..1db2457171 100755
--- a/kubernetes/contrib/charts/netbox/charts/netbox-postgres/values.yaml
+++ b/kubernetes/contrib/charts/netbox/charts/netbox-postgres/values.yaml
@@ -64,7 +64,7 @@ persistence:
# storageClass: "nfs-dev-sc"
- accessMode: ReadWriteMany
+ accessMode: ReadWriteOnce
size: 1Gi
# When using storage class, mountPath and mountSubPath are