clean(structure): using MYAPPLICATION instead of app

This commit is contained in:
2023-06-15 11:21:56 +02:00
parent 1508d44120
commit 34df7a153a
17 changed files with 53 additions and 50 deletions

View File

@ -0,0 +1,17 @@
apiVersion: postgresql.cnpg.io/v1
kind: Cluster
metadata:
name: MYAPPLICATION-postgres
spec:
instances: 3
primaryUpdateStrategy: unsupervised
superuserSecret:
name: MYAPPLICATION-postgres-admin
bootstrap:
initdb:
database: MYAPPLICATION
owner: MYAPPLICATION
secret:
name: MYAPPLICATION-postgres-user
storage:
size: 20Gi