diff options
| author | R-man3000 <rasmus.luha@gmail.com> | 2026-05-30 21:27:30 +0300 |
|---|---|---|
| committer | R-man3000 <rasmus.luha@gmail.com> | 2026-05-30 21:27:30 +0300 |
| commit | 974d4457148e9a9ff3a0231eece663d04faaf16d (patch) | |
| tree | 59ce91682030791e04b2b7e342580138d6bad79a /apps/heimdall/old_manifests/pvc.yaml | |
| parent | f933430bdc951fbbf64c83ac31357d41846bb69e (diff) | |
Restructurig, start creating heimdall helm chart
Diffstat (limited to 'apps/heimdall/old_manifests/pvc.yaml')
| -rw-r--r-- | apps/heimdall/old_manifests/pvc.yaml | 12 |
1 files changed, 12 insertions, 0 deletions
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 |
