33 lines
736 B
YAML
33 lines
736 B
YAML
---
|
|
dbinstances:
|
|
postgres16-gitea:
|
|
monitoring:
|
|
enabled: false
|
|
adminSecretRef:
|
|
Name: postgres16-gitea-secret
|
|
Namespace: databases
|
|
engine: postgres
|
|
generic:
|
|
host: postgres16-gitea-postgresql.databases.svc.cluster.local
|
|
port: 5432
|
|
postgres16:
|
|
monitoring:
|
|
enabled: false
|
|
adminSecretRef:
|
|
Name: postgres16-secret
|
|
Namespace: databases
|
|
engine: postgres
|
|
generic:
|
|
host: postgres16-postgresql.databases.svc.cluster.local
|
|
port: 5432
|
|
mariadb:
|
|
monitoring:
|
|
enabled: false
|
|
adminSecretRef:
|
|
Name: mariadb-secret
|
|
Namespace: databases
|
|
engine: mysql
|
|
generic:
|
|
host: mariadb.databases.svc.cluster.local
|
|
port: 3306
|