Files
base/deploy/pvc.yaml
Hera Zhao d19183923c
Some checks failed
Deploy Production / test (push) Failing after 1s
Deploy Production / deploy (push) Has been skipped
Test / unit-test (push) Failing after 1s
Test / e2e-test (push) Has been skipped
Test / build-check (push) Failing after 1s
Initial template: Vue 3 + FastAPI + SQLite full-stack with K8s deployment
Extracted from oil project — business logic removed, auth/db/deploy infrastructure
generalized with APP_NAME placeholders.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-06 22:13:06 +00:00

12 lines
184 B
YAML

apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: APP_NAME-data
namespace: APP_NAME
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 1Gi