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
11 changes: 11 additions & 0 deletions docs/toolhive/guides-k8s/deploy-operator.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,17 @@ horizontal scaling. It does not configure Sentinel, TLS, or ACL users. For those
use cases, configure session storage explicitly on each workload as described in
[Redis session storage](./redis-session-storage.mdx).

:::enterprise

If you run the full Stacklok Enterprise platform, set this once at the umbrella
level instead. The platform's umbrella chart exposes a `global.redis` block that
the operator subchart inherits as the default session storage for `MCPServer`,
`MCPRemoteProxy`, and `VirtualMCPServer` workloads, so you don't repeat it per
component. A local `operator.defaultRedis` still wins when set. See
[platform-wide Redis/Valkey defaults](../../platform/enterprise-platform/deployment.mdx#global-redisvalkey-defaults).

:::

### Tune operator resources

The operator ships with conservative resource requests and limits suitable for
Expand Down
11 changes: 11 additions & 0 deletions docs/toolhive/guides-k8s/redis-session-storage.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -824,6 +824,17 @@ configuring `sessionStorage` on every CR. See

:::

:::enterprise

If you run the full Stacklok Enterprise platform, set this once at the umbrella
level instead. The platform's umbrella chart exposes a `global.redis` block that
the operator subchart inherits as the default session storage for `MCPServer`,
`MCPRemoteProxy`, and `VirtualMCPServer` workloads that have no explicit
`spec.sessionStorage`. See
[platform-wide Redis/Valkey defaults](../../platform/enterprise-platform/deployment.mdx#global-redisvalkey-defaults).

:::

### Configure MCPServer session storage

Reference the Redis Service and Secret in your `MCPServer` spec:
Expand Down