feat(grainlab): Added Staging environment to ArgoCD.
This commit is contained in:
24
manifests/artemis/grainlab-production/postgres-cluster.yaml
Normal file
24
manifests/artemis/grainlab-production/postgres-cluster.yaml
Normal 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
|
||||
Reference in New Issue
Block a user