Add flow-0.10.78 and update documentation
This commit is contained in:
@@ -1428,6 +1428,30 @@ mcpActivity:
|
||||
repository: flow/mcpactivity
|
||||
tag: ""
|
||||
|
||||
# -- Container Activity Host
|
||||
# Runs Docker containers as workflow activities (Python, Node, Go, etc.)
|
||||
containerActivity:
|
||||
enabled: false
|
||||
replicaCount: 1
|
||||
image:
|
||||
repository: flow/containeractivity
|
||||
tag: ""
|
||||
# Mount the host Docker socket (simple but requires host access)
|
||||
mountDockerSocket: false
|
||||
# Docker-in-Docker sidecar (more isolated, no host access needed)
|
||||
dind:
|
||||
enabled: true
|
||||
image: "docker:27-dind"
|
||||
# Override Docker host (e.g., tcp://localhost:2375 for DinD)
|
||||
dockerHost: "unix:///var/run/docker.sock"
|
||||
resources:
|
||||
limits:
|
||||
cpu: "2"
|
||||
memory: 1Gi
|
||||
requests:
|
||||
cpu: 250m
|
||||
memory: 256Mi
|
||||
|
||||
# =============================================================================
|
||||
# Infrastructure Dependencies
|
||||
# =============================================================================
|
||||
|
||||
Reference in New Issue
Block a user