1
0
mirror of https://github.com/mainflux/mainflux.git synced 2025-04-27 13:48:49 +08:00
Mainflux.mainflux/k8s/postgres/2-mainflux-postgres-claim.yml

10 lines
177 B
YAML
Raw Normal View History

kind: PersistentVolumeClaim
apiVersion: v1
metadata:
name: mainflux-postgres-data-claim
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 10Gi