pv-local-ff.yaml 208 B

1234567891011
  1. apiVersion: v1
  2. kind: PersistentVolume
  3. metadata:
  4. name: data-firefly-iii
  5. spec:
  6. capacity:
  7. storage: 10Gi
  8. accessModes:
  9. - ReadWriteOnce
  10. hostPath:
  11. path: "/mnt/Externo/fireflyiii/firefly-uploads"