pv-local-ff.yaml 213 B

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