summaryrefslogtreecommitdiff
path: root/apps/heimdall/pvc.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'apps/heimdall/pvc.yaml')
-rw-r--r--apps/heimdall/pvc.yaml12
1 files changed, 12 insertions, 0 deletions
diff --git a/apps/heimdall/pvc.yaml b/apps/heimdall/pvc.yaml
new file mode 100644
index 0000000..4bb3b60
--- /dev/null
+++ b/apps/heimdall/pvc.yaml
@@ -0,0 +1,12 @@
+apiVersion: v1
+kind: PersistentVolumeClaim
+metadata:
+ name: heimdall-pvc
+ namespace: heimdall
+spec:
+ accessModes:
+ - ReadWriteOnce
+ storageClassName: local-path # k3d's built-in provisioner
+ resources:
+ requests:
+ storage: 1Gi