Harden deployment probes/fsGroup and align README runtime config
This commit is contained in:
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user