Merge "[Portal] Adjust Pods Requests/Limits"
[oom.git] / kubernetes / appc / charts / appc-ansible-server / values.yaml
index f2dd150..b6bf77f 100644 (file)
@@ -29,7 +29,7 @@ flavor: small
 
 # application image
 repository: nexus3.onap.org:10001
-image: onap/ccsdk-ansible-server-image:0.4.2
+image: onap/ccsdk-ansible-server-image:0.4.4
 pullPolicy: Always
 
 # flag to enable debugging - application support required
@@ -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: {}
-
-