Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ This section covers advanced configuration options for the DocumentDB Kubernetes
- [TLS Configuration](#tls-configuration)
- [High Availability](#high-availability)
- [Storage Configuration](#storage-configuration)
- [Scheduling](#scheduling)
- [Resource Management](#resource-management)
- [Security](#security)

Expand Down Expand Up @@ -259,6 +260,17 @@ kubectl patch documentdb <name> -n <namespace> --type='json' \

---

## Scheduling

Configure pod affinity for a documentdb cluster's database pods. This replicates
the cnpg operator's scheduling framework. See <https://cloudnative-pg.io/docs/1.28/scheduling/>

```yaml
spec:
affinity:
...
```

## Resource Management

Configure resource requests and limits for optimal performance.
Expand Down
Loading
Loading