diff --git a/.gitignore b/.gitignore index 4d1b992f33..5e7beabdd0 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 0000000000..3812662175 --- /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