feat(k8s/infrastructure): add local-path-provisioner for node-local SQLite storage

This commit is contained in:
2026-03-10 20:49:59 +02:00
parent 1dac3e8eb1
commit c5d9ed1e6b
3 changed files with 42 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
---
apiVersion: v1
kind: Namespace
metadata:
name: local-path-storage
labels:
pod-security.kubernetes.io/enforce: privileged