diff --git a/.gitignore b/.gitignore index 4d1b992f3..5e7beabdd 100644 --- a/.gitignore +++ b/.gitignore @@ -31,4 +31,5 @@ hs_err_pid* alf_data/ helm/alfresco-content-services-community/charts/* -helm/alfresco-content-services-community/requirements.lock \ No newline at end of file +helm/alfresco-content-services-community/requirements.lock +helm/alfresco-content-services-community*.tgz \ No newline at end of file diff --git a/helm/alfresco-content-services-community/templates/pvc-acs.yaml b/helm/alfresco-content-services-community/templates/pvc-acs.yaml new file mode 100644 index 000000000..381266217 --- /dev/null +++ b/helm/alfresco-content-services-community/templates/pvc-acs.yaml @@ -0,0 +1,10 @@ +apiVersion: v1 +kind: PersistentVolumeClaim +metadata: + name: alfresco-volume-claim +spec: + accessModes: + - ReadWriteOnce + resources: + requests: + storage: 5Gi \ No newline at end of file