> For the complete documentation index, see [llms.txt](https://docs.cobrowse.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cobrowse.io/enterprise-self-hosting/helm/pod-annotations.md).

# Pod Annotations

When required, annotations can be set on the different Pods.

```yaml
# values.yml
api:
  pod:
    annotations:
      key: value
      another-key: value
frontend:
  pod:
    annotations:
      key: value
sockets:
  pod:
    annotations:
      key: value
recording:
  pod:
    annotations:
      key: value
proxy:
  pod:
    annotations:
      key: value
```
