fix: gitea runner workingDir, README updates, monitoring domain

- Fix act-runner workingDir: /data on both init and main containers so
  .runner registration file is found at daemon startup
- Add servers/legion/README.md with full service catalog and deploy docs
- Update root README.md to be an index pointing to key docs
- Fix monitoring.tf comment: grafana.neuralplatform.ai (not nook.family)
- Fix AGENTS.md router model to TP-Link Deco BE5000
This commit is contained in:
Will Anderson
2026-03-24 12:55:29 -05:00
parent 5bd7702874
commit 0341b570ab
4 changed files with 134 additions and 7 deletions
+2
View File
@@ -18,6 +18,7 @@ spec:
initContainers:
- name: register
image: gitea/act_runner:latest
workingDir: /data
command: ["/bin/sh", "-c"]
args:
- |
@@ -36,6 +37,7 @@ spec:
containers:
- name: runner
image: gitea/act_runner:latest
workingDir: /data
command: ["act_runner", "daemon"]
envFrom:
- secretRef: