22 lines
495 B
YAML
22 lines
495 B
YAML
dbinstances:
|
|
postgres16:
|
|
monitoring:
|
|
enabled: false
|
|
adminSecretRef:
|
|
Name: postgres16-secret
|
|
Namespace: databases
|
|
engine: postgres
|
|
generic:
|
|
host: postgres16-postgresql.databases.svc.cluster.local
|
|
port: 5432
|
|
postgres17:
|
|
monitoring:
|
|
enabled: false
|
|
adminSecretRef:
|
|
Name: postgres17-secret
|
|
Namespace: databases
|
|
engine: postgres
|
|
generic:
|
|
host: postgres17-postgresql.databases.svc.cluster.local
|
|
port: 5432
|