SIGN IN SIGN UP

Pod Security Context (#14)

Apply the following Pod Security Context configurations across all
adapters, irrespective of the server codebase:

- Set allowPrivilegeEscalation: false to disallow privilege escalation.
- Enforce non-root execution by specifying a non-root runAsUser.
- Define CPU and memory limits to ensure resource control.

Network policies will be addressed separately, considering the
requirement for MCP servers to communicate with internal services
L
Lili Xu committed
9964c1c2011ed8f020da0ab1725defca5a9d9f10
Parent: f882166
Committed by GitHub <noreply@github.com> on 6/30/2025, 10:09:41 PM