Add roudncube pvc
This commit is contained in:
parent
ba6035574b
commit
ab4f1290fe
@ -7,6 +7,6 @@ resources:
|
||||
- postfix-svc.yaml
|
||||
- roundcube-deployment.yaml
|
||||
- roundcube-svc.yaml
|
||||
|
||||
- roundcube-volume.yaml
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
12
kustomize/roundcube-volume.yaml
Normal file
12
kustomize/roundcube-volume.yaml
Normal file
@ -0,0 +1,12 @@
|
||||
apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
metadata:
|
||||
name: roundcube-pv-claim
|
||||
labels:
|
||||
app: roundcube
|
||||
spec:
|
||||
resources:
|
||||
requests:
|
||||
storage: 100Mi
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
Loading…
Reference in New Issue
Block a user