1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-21 21:33:18 +01:00

feat: supports multiple namespaces for k8s (#3848)

This commit is contained in:
Amir Raminfar
2025-04-27 07:02:03 -07:00
committed by GitHub
parent 2d3f6e2b1b
commit 0e8452c146
4 changed files with 116 additions and 56 deletions

View File

@@ -139,6 +139,9 @@ spec:
value: "default"
```
> [!NOTE]
> Dozzle supports multiple namespaces, you can set the `DOZZLE_NAMESPACES` environment variable to a comma separated list of namespaces. When multiple namespaces are specified, Dozzle will monitor each namespace separately and combine the results.
### Labels and Filters
`DOZZLE_FILTER` behave similarlty to Docker filters. You can limit the scope of Dozzle using the `DOZZLE_FILTER` environment variable. For example, to scope only to `env=prod`: