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/pvc.yaml | |
| parent | f933430bdc951fbbf64c83ac31357d41846bb69e (diff) | |
Restructurig, start creating heimdall helm chart
Diffstat (limited to 'apps/heimdall/pvc.yaml')
| -rw-r--r-- | apps/heimdall/pvc.yaml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/apps/heimdall/pvc.yaml b/apps/heimdall/pvc.yaml deleted file mode 100644 index 4bb3b60..0000000 --- a/apps/heimdall/pvc.yaml +++ /dev/null @@ -1,12 +0,0 @@ -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 |
