- Tailscale subnet router (zero public access) - PostgreSQL, Redis, QuestDB (PVCs on always-on node) - 7 service deployments (trading, api-gw, broker-gw, ml, backtest, agent, web-gw) - GPU training Job template + idle reaper CronJob - Block Storage PV/PVC for shared training data Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
8 lines
150 B
YAML
8 lines
150 B
YAML
apiVersion: v1
|
|
kind: Namespace
|
|
metadata:
|
|
name: tailscale
|
|
labels:
|
|
app.kubernetes.io/part-of: foxhunt
|
|
app.kubernetes.io/managed-by: kubectl
|