Files
speckle-server/.circleci/deployment/manifests/postgres.pv.yaml
T

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