add tensorchord type

This commit is contained in:
2024-09-28 02:05:34 -05:00
parent 8b2342d1c2
commit ab3ca49103
4 changed files with 18 additions and 3 deletions

View File

@@ -6,6 +6,7 @@ nameOverride: ""
# * `postgresql`
# * `postgis`
# * `timescaledb`
# * `tensorchord`
type: postgresql
###
@@ -77,6 +78,7 @@ cluster:
shared_buffers: 128MB
max_slot_wal_keep_size: 2000MB
hot_standby_feedback: "on"
shared_preload_libraries: []
# BootstrapInitDB is the configuration of the bootstrap process when initdb is used.
# See: https://cloudnative-pg.io/documentation/current/bootstrap/