We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb0fbe0 commit dd26d6fCopy full SHA for dd26d6f
1 file changed
README.md
@@ -249,6 +249,22 @@ The `queueConfig` settings use Prometheus defaults and can be tuned
249
for performance. Remote write is automatically enabled when `url` is
250
set.
251
252
+### Plugins
253
+
254
+Add plugins to the `plugins` list. Each plugin requires a `name`; `config` is
255
+optional and accepts inline TOML content. When `config` is provided, a
256
+`<name>.toml` file is added to the ConfigMap and mounted at
257
+`/etc/pgdog/<name>.toml`.
258
259
+```yaml
260
+plugins:
261
+ - name: pgdog_routing
262
+ config: |
263
+ [routing]
264
+ key = "value"
265
+ - name: pgdog_auth
266
+```
267
268
### TCP Keep-Alive Configuration
269
270
Configure socket-level TCP keep-alive behavior (optional):
0 commit comments