Add pvc
This commit is contained in:
parent
5044078917
commit
030ab32f49
1 changed files with 12 additions and 0 deletions
12
helm/apps/gitea/pvc.yaml
Normal file
12
helm/apps/gitea/pvc.yaml
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
apiVersion: v1
|
||||||
|
kind: PersistentVolumeClaim
|
||||||
|
metadata:
|
||||||
|
name: data-gitea-0
|
||||||
|
namespace: gitea
|
||||||
|
spec:
|
||||||
|
accessModes:
|
||||||
|
- ReadWriteOnce
|
||||||
|
storageClassName: longhorn-retain
|
||||||
|
resources:
|
||||||
|
requests:
|
||||||
|
storage: 20Gi
|
Loading…
Reference in a new issue