Skip to content

Commit 8e619f5

Browse files
Fix inaccurate example list in podTemplateSpec section
spec.resources is a first-class field on MCPRemoteProxy, so listing resource limits among options 'not exposed as first-class fields' is misleading. Swap for affinity rules, which genuinely require podTemplateSpec.
1 parent 408e192 commit 8e619f5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/toolhive/guides-k8s/remote-mcp-proxy.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -458,8 +458,8 @@ via `AssumeRoleWithWebIdentity` and signs requests with SigV4. See the
458458
### Customize the remote proxy pod
459459

460460
Use `podTemplateSpec` to set pod-level options that aren't exposed as
461-
first-class fields on `MCPRemoteProxy`, such as security contexts, resource
462-
limits, node selectors, and tolerations. The field follows the standard
461+
first-class fields on `MCPRemoteProxy`, such as security contexts, node
462+
selectors, tolerations, and affinity rules. The field follows the standard
463463
Kubernetes
464464
[`PodTemplateSpec`](https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/pod-template-v1/#PodTemplateSpec)
465465
format, and you only need to specify the fields you want to add or override.

0 commit comments

Comments
 (0)