diff options
author | Borislav Glozman <Borislav.Glozman@amdocs.com> | 2019-11-06 11:57:30 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-11-06 11:57:30 +0000 |
commit | aeb93c696c1a9ccf345706e606cfb2098ab0b8d4 (patch) | |
tree | fcf43ec4be0b1438a85aa07a6574b7fe1379a9f6 | |
parent | 9fbac2ec6c8a4e6b958848610efe18011a4763fd (diff) | |
parent | 386d9e9a9562ab8ac2a3929054e2e63ccee05af7 (diff) |
Merge "[APPC] Move Ansible server PVC to RWO"
-rw-r--r-- | kubernetes/appc/charts/appc-ansible-server/values.yaml | 4 |
1 files changed, 1 insertions, 3 deletions
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: {} - - |