From 974d4457148e9a9ff3a0231eece663d04faaf16d Mon Sep 17 00:00:00 2001 From: R-man3000 Date: Sat, 30 May 2026 21:27:30 +0300 Subject: Restructurig, start creating heimdall helm chart --- apps/heimdall/old_manifests/pvc.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 apps/heimdall/old_manifests/pvc.yaml (limited to 'apps/heimdall/old_manifests/pvc.yaml') diff --git a/apps/heimdall/old_manifests/pvc.yaml b/apps/heimdall/old_manifests/pvc.yaml new file mode 100644 index 0000000..4bb3b60 --- /dev/null +++ b/apps/heimdall/old_manifests/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 -- cgit v1.2.3