feat(grainlab): Added Staging environment to ArgoCD.

This commit is contained in:
Daniël Groothuis
2026-03-17 10:58:12 +01:00
parent 8c8c2e0ff3
commit cdbf31d6af
6 changed files with 147 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
apiVersion: postgresql.cnpg.io/v1
kind: Cluster
metadata:
name: grainlab-db
namespace: grainlab-production
spec:
instances: 1
bootstrap:
initdb:
database: grainlab
owner: grainlab
secret:
name: grainlab-db-credentials
storage:
size: 10Gi
resources:
requests:
cpu: 100m
memory: 256Mi
limits:
memory: 512Mi