Files
speckle-server/tests/deployment/helm/manifests/postgres.pv.yaml
T
2025-06-20 13:44:43 +01:00

14 lines
228 B
YAML

apiVersion: v1
kind: PersistentVolume
metadata:
name: postgres-pv
namespace: postgres
spec:
storageClassName: standard
accessModes:
- ReadWriteOnce
capacity:
storage: 2Gi
hostPath:
path: /postgres-volume