feat: deploy artifactapi3 (#192)

just-enough to test terraform deployment and begin migration. have
change to cnpg for the database and a new bucket for storage

---------

Co-authored-by: Ben Vincent <ben@unkin.net>
Reviewed-on: #192
This commit was merged in pull request #192.
This commit is contained in:
2026-06-20 12:22:22 +10:00
parent ad2cdd3b63
commit 8cbd645332
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