k3s-cluster/cluster/apps/database/postgresql/pgsql-pvc.yaml

12 lines
221 B
YAML
Raw Normal View History

2023-04-11 00:40:18 +00:00
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: postgresql-pv-claim
namespace: database
spec:
2023-04-11 01:35:17 +00:00
storageClassName: local-path
2023-04-11 00:40:18 +00:00
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 10Gi