feat: add artifactapi3 application

Deploy artifactapi v3 with separate API and UI deployments, CNPG
PostgreSQL cluster with pooler, and Redis.
This commit is contained in:
2026-06-21 18:08:09 +10:00
parent 1c6e087116
commit 588b4a5f78
29 changed files with 1180 additions and 4 deletions
+19
View File
@@ -16,3 +16,22 @@ spec:
method: kubernetes
mount: k8s/au/syd1
vaultConnectionRef: vso-system/default
### change to default from default1
---
apiVersion: secrets.hashicorp.com/v1beta1
kind: VaultAuth
metadata:
name: default1
namespace: artifactapi
spec:
allowedNamespaces:
- artifactapi
kubernetes:
audiences:
- vault
role: default
serviceAccount: default
tokenExpirationSeconds: 600
method: kubernetes
mount: k8s/au/syd1
vaultConnectionRef: vso-system/default