From 386d9e9a9562ab8ac2a3929054e2e63ccee05af7 Mon Sep 17 00:00:00 2001 From: Sylvain Desbureaux Date: Tue, 5 Nov 2019 11:41:53 +0100 Subject: [APPC] Move Ansible server PVC to RWO As ansible server is a statefulset with PVC template written in the statefulset, you'll have one PVC per ansible server. Thus ReadWriteMany (RWX) is not necessary and RWO is sufficient. Change-Id: I735891be2a098303ce85e21da7c8dc8b1ea20371 Issue-ID: APPC-1710 Signed-off-by: Sylvain Desbureaux --- kubernetes/appc/charts/appc-ansible-server/values.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'kubernetes/appc/charts/appc-ansible-server/values.yaml') diff --git a/kubernetes/appc/charts/appc-ansible-server/values.yaml b/kubernetes/appc/charts/appc-ansible-server/values.yaml index 7b0767c80f..b6bf77f3f7 100644 --- a/kubernetes/appc/charts/appc-ansible-server/values.yaml +++ b/kubernetes/appc/charts/appc-ansible-server/values.yaml @@ -87,7 +87,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: appc/ansible @@ -112,5 +112,3 @@ resources: cpu: 1 memory: 1Gi unlimited: {} - - -- cgit 1.2.3-korg