Update values for runtime build
This commit is contained in:
@@ -1,9 +1,13 @@
|
|||||||
replicaCount: 1
|
replicaCount: 1
|
||||||
|
|
||||||
image:
|
image:
|
||||||
repository: harbor.cryptophys.work/cryptophys/mcp-server
|
repository: python
|
||||||
tag: latest
|
tag: "3.10-slim"
|
||||||
pullPolicy: Always
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
|
# Build MCP at runtime for now
|
||||||
|
initContainers:
|
||||||
|
enabled: true
|
||||||
|
|
||||||
service:
|
service:
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
@@ -46,3 +50,8 @@ containerSecurityContext:
|
|||||||
capabilities:
|
capabilities:
|
||||||
drop:
|
drop:
|
||||||
- ALL
|
- ALL
|
||||||
|
|
||||||
|
env:
|
||||||
|
HOME: /tmp
|
||||||
|
PIP_USER: "1"
|
||||||
|
PYTHONUSERBASE: /tmp/.local
|
||||||
|
|||||||
Reference in New Issue
Block a user