servala-portal/deployment/kustomize/base/database/vshnpostgresql.yaml
Tobias Brunner 7789ec98cc
All checks were successful
Build and Deploy Staging / build (push) Successful in 47s
Build and Deploy Staging / deploy (push) Successful in 7s
configure a dedicated db and user
2025-03-21 14:43:36 +01:00

21 lines
414 B
YAML

apiVersion: vshn.appcat.vshn.io/v1
kind: VSHNPostgreSQL
metadata:
name: servala
spec:
parameters:
service:
majorVersion: "16"
pgSettings:
timezone: Europe/Zurich
access:
- user: servala
size:
plan: standard-2
backup:
schedule: "30 23 * * *"
retention: 12
encryption:
enabled: true
writeConnectionSecretToRef:
name: database-creds