feat: deploy artifactapi3
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/kubeconform Pipeline was successful

just-enough to test terraform deployment and begin migration. have
change to cnpg for the database and a new bucket for storage
This commit is contained in:
2026-06-20 12:18:10 +10:00
parent ad2cdd3b63
commit bb70c8e8d2
14 changed files with 649 additions and 2 deletions
+14
View File
@@ -0,0 +1,14 @@
---
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