Files
homelab-infra/infrastructure/shared-postgresql/ayatori/prod/instance.yaml
T
2026-09-27 17:56:33 +00:00

14 lines
307 B
YAML

apiVersion: database.ayatori.ddupan.top/v1alpha1
kind: PostgreSQLInstance
metadata:
name: homelab-prod
spec:
endpoint:
host: pg-prod.ad.ddupan.top
hostaddr: 192.168.10.2
port: 5432
database: postgres
sslMode: verify-full
adminCredentialRef:
name: homelab-postgresql-prod-admin