File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: qs-postgresql-db
33home : https://aleph-alpha.com/phariaai/
44icon : https://aleph-alpha.com/wp-content/themes/sbd-blank/dist/img/logo.svg
55description : Helm chart for declaratively managing CloudNativePG PostgreSQL databases with full CRD specification support
6- version : 0.2.1
6+ version : 0.2.2
77keywords :
88 - postgresql
99 - cloudnative-pg
Original file line number Diff line number Diff line change @@ -381,6 +381,18 @@ databases:
381381 - pg_trgm
382382 - btree_gin
383383
384+ - name : " stateful-responses"
385+ enabled : true
386+ cluster : " qs-postgresql-cluster-pharia"
387+ owner : " stateful_responses"
388+ connectionLimit : 50
389+ extensions :
390+ - uuid-ossp
391+ - pgcrypto
392+ - pg_stat_statements
393+ - pg_trgm
394+ - btree_gin
395+
384396 - name : " mlflow"
385397 enabled : true
386398 cluster : " qs-postgresql-cluster-pharia"
You can’t perform that action at this time.
0 commit comments