Skip to content

Commit dd26d6f

Browse files
committed
readme
1 parent eb0fbe0 commit dd26d6f

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,22 @@ The `queueConfig` settings use Prometheus defaults and can be tuned
249249
for performance. Remote write is automatically enabled when `url` is
250250
set.
251251

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+
252268
### TCP Keep-Alive Configuration
253269

254270
Configure socket-level TCP keep-alive behavior (optional):

0 commit comments

Comments
 (0)