pv-local-gogs.yaml 189 B

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