refactor(k8s): Reorganize into 5-layer structure with production kustomizations
This commit is contained in:
Executable
+13
@@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
# Start tmux server in background
|
||||
tmux new-session -d -s claude -c /root "bash"
|
||||
|
||||
# Give tmux a moment to stabilize
|
||||
sleep 1
|
||||
|
||||
# Start gotty serving the tmux session
|
||||
# -w: allow write (make terminal interactive)
|
||||
# -p 8080: listen on port 8080
|
||||
exec gotty -p 8080 -w tmux attach-session -t claude
|
||||
Reference in New Issue
Block a user