Added secret volume claim
This commit is contained in:
parent
5e7e9a0c9b
commit
9dcb979cce
@ -48,7 +48,7 @@ spec:
|
||||
secretName: dovecot-secrets
|
||||
defaultMode: 292
|
||||
persistentVolumeClaim:
|
||||
claimName: dovecot-pv-claim
|
||||
claimName: dovecot-secret-pv-claim
|
||||
|
||||
|
||||
|
||||
|
10
kustomize/dovecot-secret-volume.yaml
Normal file
10
kustomize/dovecot-secret-volume.yaml
Normal file
@ -0,0 +1,10 @@
|
||||
apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
metadata:
|
||||
name: dovecot-secret-pv-claim
|
||||
spec:
|
||||
resources:
|
||||
requests:
|
||||
storage: 50Mi
|
||||
accessModes:
|
||||
- ReadOnlyMany
|
@ -3,6 +3,7 @@ resources:
|
||||
- dovecot-deployment.yaml
|
||||
- dovecot-svc.yaml
|
||||
- dovecot-volume.yaml
|
||||
- docevot-secret-volume.yaml
|
||||
- postfix-deployment.yaml
|
||||
- postfix-svc.yaml
|
||||
- roundcube-deployment.yaml
|
||||
|
Loading…
Reference in New Issue
Block a user