1 Commits

Author SHA1 Message Date
unkinben 6b97cf5338 feat: migrate to artifactapi 3+
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/kubeconform Pipeline failed
What changed:
- Adds new v3 API and UI deployments (separate api-deployment.yaml, ui-deployment.yaml) alongside the existing monolithic artifactapi-deployment.yaml
- Adds CNPG PostgreSQL cluster + pooler to replace the standalone postgres deployment
- Adds new api-env configmap, new Vault secrets (postgres-credentials, environment), and a second VaultAuth (default1)
- Adds new services targeting the split api and ui selectors
- Adds HPAs for both new deployments
- Updates kustomization to include all new resources
2026-06-24 19:51:24 +10:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ spec:
name: api-env
optional: false
- secretRef:
name: environment2
name: environment
optional: false
volumeMounts:
- name: combined-certs
+1 -1
View File
@@ -54,7 +54,7 @@ spec:
apiVersion: secrets.hashicorp.com/v1beta1
kind: VaultStaticSecret
metadata:
name: environment2
name: environment
namespace: artifactapi
spec:
destination: