14 lines
307 B
YAML
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
|