refactor(k8s): simplify Filestash PV structure to single base directory

- Use /root/containers/filestash-k8s/data for filestash-data-pv
- Use /root/containers/filestash-k8s/config for filestash-config-pv
- Cleaner structure with one base directory and proper subdirectories
- Avoids mount conflicts while maintaining logical separation

This is more intuitive than separate root-level directories
master
arcbjorn 21 hours ago
parent 71d2c23135
commit dd5f0e4e28

@ -65,7 +65,7 @@ spec:
persistentVolumeReclaimPolicy: Retain
storageClassName: local-storage
local:
path: /root/containers/filestash-data-k8s
path: /root/containers/filestash-k8s/data
nodeAffinity:
required:
nodeSelectorTerms:
@ -91,7 +91,7 @@ spec:
persistentVolumeReclaimPolicy: Retain
storageClassName: local-storage
local:
path: /root/containers/filestash-config-k8s
path: /root/containers/filestash-k8s/config
nodeAffinity:
required:
nodeSelectorTerms:

Loading…
Cancel
Save