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
+18 -2
View File
@@ -3,16 +3,32 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
# v2 (existing)
- artifactapi-deployment.yaml
- artifactapi-hpa.yaml
- configmap.yaml
- gateway.yaml
- httproute.yaml
- services.yaml
# v3 (new)
- cnpg_cluster.yaml
- cnpg_pooler.yaml
- configmap_v3.yaml
- deployment_api.yaml
- deployment_redis.yaml
- deployment_ui.yaml
- gateway_v3.yaml
- hpa_api.yaml
- hpa_ui.yaml
- httproute_v3.yaml
- middleware.yaml
- pvc_v3.yaml
- services_v3.yaml
# shared
- gateway.yaml
- namespace.yaml
- postgres-deployment.yaml
- pvc.yaml
- redis-deployment.yaml
- services.yaml
- vaultauth.yaml
- vaultstaticsecret.yaml