From 031871daf15457f03b45ac658a8889059db7ed3a Mon Sep 17 00:00:00 2001 From: aosull01 Date: Fri, 6 Sep 2019 09:52:05 +0100 Subject: Bump nbi staging to 5.0.1 and sync ExtAPI-305 from master Change-Id: I6b4880aff8a96617768aeb5fa6efa8350ab38d39 Issue-ID: EXTAPI-311 Signed-off-by: aosull01 --- kubernetes/common/mongo/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kubernetes/common/mongo/values.yaml') diff --git a/kubernetes/common/mongo/values.yaml b/kubernetes/common/mongo/values.yaml index d6938c1ebb..8a681296ce 100644 --- a/kubernetes/common/mongo/values.yaml +++ b/kubernetes/common/mongo/values.yaml @@ -71,7 +71,7 @@ persistence: ## If undefined (the default) or set to null, no storageClassName spec is ## set, choosing the default provisioner. (gp2 on AWS, standard on ## GKE, AWS & OpenStack) - accessMode: ReadWriteMany + accessMode: ReadWriteOnce size: 1Gi mountPath: /dockerdata-nfs mountSubPath: "mongo/data" -- cgit 1.2.3-korg