postgres-pv.yaml 247 B

1234567891011121314
  1. apiVersion: v1
  2. kind: PersistentVolume
  3. metadata:
  4. name: postgres-mas-volume
  5. labels:
  6. app: postgres-mas
  7. spec:
  8. storageClassName: longhorn
  9. capacity:
  10. storage: 10Gi
  11. accessModes:
  12. - ReadWriteOnce
  13. hostPath:
  14. path: /data/postgresql