Update values for runtime build

This commit is contained in:
2026-02-01 16:32:53 +00:00
parent 0cfa4e0bdd
commit 7f0b0909fe

View File

@@ -1,9 +1,13 @@
replicaCount: 1
image:
repository: harbor.cryptophys.work/cryptophys/mcp-server
tag: latest
pullPolicy: Always
repository: python
tag: "3.10-slim"
pullPolicy: IfNotPresent
# Build MCP at runtime for now
initContainers:
enabled: true
service:
type: ClusterIP
@@ -46,3 +50,8 @@ containerSecurityContext:
capabilities:
drop:
- ALL
env:
HOME: /tmp
PIP_USER: "1"
PYTHONUSERBASE: /tmp/.local