X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fappc%2Fcharts%2Fappc-ansible-server%2Fvalues.yaml;h=b6bf77f3f7a7d98ded7a93188ab18d7669161e90;hb=d56c7fdc84ae5c78ef9e7670a6952e31fd06d043;hp=59cf29f70cff969b9a74a2e17fb31eab757f3c87;hpb=b009e215aaf60bcced7d0373bafbbd9b7e491cc0;p=oom.git diff --git a/kubernetes/appc/charts/appc-ansible-server/values.yaml b/kubernetes/appc/charts/appc-ansible-server/values.yaml index 59cf29f70c..b6bf77f3f7 100644 --- a/kubernetes/appc/charts/appc-ansible-server/values.yaml +++ b/kubernetes/appc/charts/appc-ansible-server/values.yaml @@ -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 @@ -37,6 +37,8 @@ debugEnabled: false # application configuration config: + ansibleUid: 100 + ansibleGid: 101 appcChartName: appc mysqlServiceName: appc-dbhost configDir: /opt/onap/ccsdk @@ -85,11 +87,11 @@ 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 - playbookPath: /var/local + playbookPath: /home/ansible ingress: enabled: false @@ -110,5 +112,3 @@ resources: cpu: 1 memory: 1Gi unlimited: {} - -