Skip to content

Commit e69970c

Browse files
authored
feat: add stateful-responses db (#107)
1 parent eb56195 commit e69970c

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

helm/qs-postgresql-db/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: qs-postgresql-db
33
home: https://aleph-alpha.com/phariaai/
44
icon: https://aleph-alpha.com/wp-content/themes/sbd-blank/dist/img/logo.svg
55
description: Helm chart for declaratively managing CloudNativePG PostgreSQL databases with full CRD specification support
6-
version: 0.2.1
6+
version: 0.2.2
77
keywords:
88
- postgresql
99
- cloudnative-pg

helm/qs-postgresql-db/values.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)