feat(jenkins): adding new default jenkins configuration

This commit is contained in:
2023-06-19 13:58:25 +02:00
parent 69c6b35d17
commit aeb5a75cf1
20 changed files with 97 additions and 71 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