k8s-deployment/values/badhouseplants/values.db-instances.yaml

22 lines
495 B
YAML
Raw Normal View History

2024-07-13 20:21:59 +00:00
dbinstances:
postgres16:
monitoring:
enabled: false
adminSecretRef:
Name: postgres16-secret
Namespace: databases
engine: postgres
generic:
host: postgres16-postgresql.databases.svc.cluster.local
port: 5432
2024-10-30 20:03:58 +00:00
postgres17:
2024-07-13 20:21:59 +00:00
monitoring:
enabled: false
adminSecretRef:
2024-10-30 20:03:58 +00:00
Name: postgres17-secret
2024-07-13 20:21:59 +00:00
Namespace: databases
2024-10-30 20:03:58 +00:00
engine: postgres
2024-07-13 20:21:59 +00:00
generic:
2024-10-30 20:03:58 +00:00
host: postgres17-postgresql.databases.svc.cluster.local
port: 5432