pv-local-gitea.yaml 188 B

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