-
Notifications
You must be signed in to change notification settings - Fork 341
Open
@thomas-illiet
Description
Hello team 👋,
I would like to use your solution in a secure Kubernetes environment.
However, the current implementation does not seem to support this use case.
Docker Images
- Containers should be able to run without any privileges and without using the root user.
Helm Configuration
It would be great to have the following capabilities:
- Define custom volumes (e.g., for persistent storage)
- Use an external database instead of the default one
- Define security contexts for pods and containers (e.g., runAsUser, runAsNonRoot, readOnlyRootFilesystem, etc.)
- These improvements would make it possible to deploy mcp-context-forge in production environments with stricter security policies.
I plan to open several pull requests soon to start addressing these points.
Thanks for your great work and for considering these enhancements!