@@ -242,6 +242,16 @@ clusterPharia:
242242 login : true
243243 superuser : false
244244 replication : false
245+ - name : " creance"
246+ connectionLimit : -1
247+ ensure : present
248+ inherit : true
249+ # `password` and `username` key should exist in secret. username key should be the name of the user (mlflow)
250+ passwordSecret :
251+ name : " qs-postgresql-cluster-access-creance"
252+ login : true
253+ superuser : false
254+ replication : false
245255 backups :
246256 # -- You need to configure backups manually, so backups are disabled by default.
247257 enabled : false
@@ -251,26 +261,26 @@ clusterPharia:
251261 # If empty or not set, unmapped roles use direct cluster connection
252262 # If set, unmapped roles will use this pooler
253263 defaultPooler : " transaction" # All Pharia roles use transaction pooler by default
254-
264+
255265 # Role-specific pooler mappings (overrides defaultPooler)
256266 # Maps each role to a specific pooler (optional)
257267 # Empty means all roles use the default pooler above
258268 rolePoolerMappings : {}
259269 # Examples of role-specific overrides:
260-
270+
261271 # Override to use direct connection (bypass pooler)
262272 # Useful for: admin users, long-running jobs, debugging
263273 # admin_user: ""
264-
274+
265275 # Override to use a different pooler (if you have multiple)
266276 # pharia_os: "session" # Would need session pooler defined
267-
277+
268278 # Real-world example: Admin needs direct access for maintenance
269279 # pharia_admin: ""
270-
280+
271281 # Real-world example: Background jobs that hold long transactions
272282 # background_worker: ""
273-
283+
274284 # Note: Most applications should use the default pooler
275285 # Only override when you have specific requirements
276286 # -- List of PgBouncer poolers
@@ -369,7 +379,7 @@ clusterTemporal:
369379 # If empty or not set, unmapped roles use direct cluster connection
370380 # If set, unmapped roles will use this pooler
371381 defaultPooler : " session" # All temporal roles use session pooler by default
372-
382+
373383 # Role-specific pooler mappings (overrides defaultPooler)
374384 # Maps each role to a specific pooler (optional)
375385 rolePoolerMappings :
0 commit comments