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
+33
View File
@@ -0,0 +1,33 @@
---
apiVersion: postgresql.cnpg.io/v1
kind: Pooler
metadata:
name: artifactapi-postgres-pooler
namespace: artifactapi
spec:
cluster:
name: artifactapi-postgres
instances: 2
pgbouncer:
parameters:
default_pool_size: "100"
max_client_conn: "400"
paused: false
poolMode: session
template:
metadata:
labels:
app: artifactapi-pooler
spec:
affinity:
podAntiAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
- labelSelector:
matchExpressions:
- key: app
operator: In
values:
- artifactapi-pooler
topologyKey: kubernetes.io/hostname
containers: []
type: rw