PaperlessNG++;Fix permissions for PVC;Configure Longhorn Nodes

This commit is contained in:
2022-02-03 15:33:49 +01:00
parent 8a796571ad
commit 360cce7f13
3 changed files with 134 additions and 0 deletions

View File

@ -102,6 +102,8 @@ Expose Longhorn's dashboard through `IngressRoute`:
```shell
kubectl apply -f storage/Longhorn/ingressRoute-Longhorn.yml
```
Log on to the web interface and delete the default disks on each node (mounted at `/var/lib/longhorn`) and replace them with new disks mounted at `/mnt/blockstorage`.
Add additional `storageClass` with backup schedule:
***After** specifying a NFS backup target (syntax: `nfs://servername:/path/to/share`) through Longhorn's dashboard*
```yaml