Harden deployment probes/fsGroup and align README runtime config

This commit is contained in:
2026-03-07 22:18:51 +11:00
parent 6e72483dca
commit 900f8f23aa
2 changed files with 24 additions and 4 deletions

View File

@@ -36,15 +36,15 @@ This container provides a stable, tool-rich environment for the AI agent to:
- name: clawdbox
image: clawdbox:latest
ports:
- containerPort: 22
- containerPort: 2222
volumeMounts:
- mountPath: /data
name: claw-data
volumes:
- name: claw-data
persistentVolumeClaim:
claimName: claw-pvc
claimName: clawdbox-pvc
```
## Access
Connect via SSH using the `claw` user (passwordless sudo enabled).
Connect via SSH using the `claw` user (passwordless sudo enabled).