feat(cleanup): cleaning up the project with somme standards

This commit is contained in:
2023-05-04 17:06:19 +02:00
parent 53ece61384
commit d84b111049
13 changed files with 151 additions and 0 deletions

View File

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