mirror of
https://github.com/twentyhq/twenty.git
synced 2024-11-30 03:43:02 +03:00
db9ec58f5d
Also updated the way secrets are generated with Terraform and some code cleanup
14 lines
266 B
YAML
14 lines
266 B
YAML
apiVersion: v1
|
|
kind: PersistentVolumeClaim
|
|
metadata:
|
|
name: twentycrm-docker-data-pvc
|
|
namespace: twentycrm
|
|
spec:
|
|
storageClassName: default
|
|
volumeName: twentycrm-docker-data-pv
|
|
accessModes:
|
|
- ReadWriteOnce
|
|
resources:
|
|
requests:
|
|
storage: 100Mi
|