pv-local-onlyoffice-log.yaml 231 B

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