Hi, when configuring spicedb cluster using the ope...
# spicedb
t
Hi, when configuring spicedb cluster using the operator with postgres, explicitly setting spec.config.
datastoreConnPoolReadMaxOpen
and
datastoreConnPoolWriteMaxOpen
to default value (20) or any other value results in
{"level":"error","error":"failed to create datastore: unable to instantiate datastore: MaxSize must be >= 1",...}
. Pod is logging
"DatastoreConfig.ReadConnPool.MaxOpenConns":0
and
"DatastoreConfig.WriteConnPool.MaxOpenConns":0
. If I omit these values from spec.config spicedb appears to be fine.