deployment automation for staging

This commit is contained in:
Tobias Brunner 2025-03-20 12:09:14 +01:00
parent f773cf169b
commit dafd73b7d5
No known key found for this signature in database
11 changed files with 187 additions and 5 deletions

View file

@ -0,0 +1,2 @@
resources:
- vshnpostgresql.yaml

View 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