mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-10-08 14:51:49 +00:00
REPO-3304: add persisted volume clame to make the community chart independent
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -31,4 +31,5 @@ hs_err_pid*
|
|||||||
alf_data/
|
alf_data/
|
||||||
|
|
||||||
helm/alfresco-content-services-community/charts/*
|
helm/alfresco-content-services-community/charts/*
|
||||||
helm/alfresco-content-services-community/requirements.lock
|
helm/alfresco-content-services-community/requirements.lock
|
||||||
|
helm/alfresco-content-services-community*.tgz
|
@@ -0,0 +1,10 @@
|
|||||||
|
apiVersion: v1
|
||||||
|
kind: PersistentVolumeClaim
|
||||||
|
metadata:
|
||||||
|
name: alfresco-volume-claim
|
||||||
|
spec:
|
||||||
|
accessModes:
|
||||||
|
- ReadWriteOnce
|
||||||
|
resources:
|
||||||
|
requests:
|
||||||
|
storage: 5Gi
|
Reference in New Issue
Block a user