deployment automation for staging
This commit is contained in:
parent
f773cf169b
commit
dafd73b7d5
11 changed files with 187 additions and 5 deletions
2
deployment/kustomize/base/database/kustomization.yaml
Normal file
2
deployment/kustomize/base/database/kustomization.yaml
Normal file
|
@ -0,0 +1,2 @@
|
|||
resources:
|
||||
- vshnpostgresql.yaml
|
19
deployment/kustomize/base/database/vshnpostgresql.yaml
Normal file
19
deployment/kustomize/base/database/vshnpostgresql.yaml
Normal file
|
@ -0,0 +1,19 @@
|
|||
apiVersion: vshn.appcat.vshn.io/v1
|
||||
kind: VSHNPostgreSQL
|
||||
metadata:
|
||||
name: servala
|
||||
spec:
|
||||
parameters:
|
||||
service:
|
||||
majorVersion: "16"
|
||||
pgSettings:
|
||||
timezone: Europe/Zurich
|
||||
size:
|
||||
plan: standard-2
|
||||
backup:
|
||||
schedule: "30 23 * * *"
|
||||
retention: 12
|
||||
encryption:
|
||||
enabled: true
|
||||
writeConnectionSecretToRef:
|
||||
name: database-creds
|
Loading…
Add table
Add a link
Reference in a new issue