pv-local-onlyoffice-cache.yaml 235 B

1234567891011121314
  1. apiVersion: v1
  2. kind: PersistentVolume
  3. metadata:
  4. name: onlyoffice-cache-folder
  5. labels:
  6. app: onlyoffice
  7. spec:
  8. capacity:
  9. storage: 4Gi
  10. accessModes:
  11. - ReadWriteOnce
  12. hostPath:
  13. path: "/mnt/Externo/onlyoffice/Cache"