add blinko

This commit is contained in:
Morten Olsen
2025-12-08 22:10:01 +01:00
parent 659f2bd778
commit 5773f147b1
11 changed files with 146 additions and 1 deletions

View File

@@ -12,7 +12,7 @@ spec:
persistentVolumeReclaimPolicy: Retain # Retain the data even if the PV is deleted
storageClassName: "manual-app-data"
hostPath:
path: "/data/volumes/apps" # The specific host path for your 'apps' volume
path: "/data/volumes" # The specific host path for your 'apps' volume
type: DirectoryOrCreate # Ensures the directory exists on the host
---