1
0
mirror of https://github.com/mainflux/mainflux.git synced 2025-04-26 13:48:53 +08:00
Mainflux.mainflux/k8s/postgres/1-mainflux-postgres-persistence.yml
2018-04-30 13:32:38 +02:00

14 lines
286 B
YAML

apiVersion: v1
kind: PersistentVolume
metadata:
name: mainflux-postgres-data-disk
labels:
name: mainflux-postgres-data-disk
spec:
capacity:
storage: 10Gi
accessModes:
- ReadWriteOnce
hostPath:
path: /tmp/data/postgres-0
persistentVolumeReclaimPolicy: Recycle