Files
argocd-apps/apps/base/artifactapi/pvc_v3.yaml
T
unkinben bb70c8e8d2
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/kubeconform Pipeline was successful
feat: deploy artifactapi3
just-enough to test terraform deployment and begin migration. have
change to cnpg for the database and a new bucket for storage
2026-06-20 12:18:10 +10:00

15 lines
268 B
YAML

---
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: artifactapi-v3-redis-data
namespace: artifactapi
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 5Gi
storageClassName: cephrbd-fast-delete
volumeMode: Filesystem