mirror of
https://github.com/twentyhq/twenty.git
synced 2024-12-24 20:42:05 +03:00
db9ec58f5d
Also updated the way secrets are generated with Terraform and some code cleanup
12 lines
221 B
YAML
12 lines
221 B
YAML
apiVersion: v1
|
|
kind: PersistentVolume
|
|
metadata:
|
|
name: twentycrm-docker-data-pv
|
|
spec:
|
|
storageClassName: default
|
|
capacity:
|
|
storage: 100Mi
|
|
accessModes:
|
|
- ReadWriteOnce
|
|
persistentVolumeReclaimPolicy: Retain
|