14 lines
294 B
YAML
14 lines
294 B
YAML
apiVersion: postgresql.cnpg.io/v1
|
|
kind: Cluster
|
|
metadata:
|
|
name: postgres-dotnet
|
|
namespace: default
|
|
annotations:
|
|
argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true
|
|
spec:
|
|
instances: 1
|
|
bootstrap:
|
|
initdb:
|
|
database: khmereid_backend_db
|
|
storage:
|
|
size: 1Gi |