Skip to content
8 changes: 6 additions & 2 deletions k8s/nemoclaw-k8s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@ spec:
requests:
memory: "8Gi"
cpu: "2"

# Workspace - runs official NemoClaw installer
limits:
memory: "16Gi"
cpu: "4"
- name: workspace
image: node:22
command:
Expand Down Expand Up @@ -98,6 +99,9 @@ spec:
requests:
memory: "4Gi"
cpu: "2"
limits:
memory: "8Gi"
cpu: "4"

initContainers:
# Configure Docker daemon for cgroup v2
Expand Down