Files
foxhunt/infra/k8s/tailscale/namespace.yaml
jgrusewski 2a3c107b31 infra: add K8s manifests for full paper trading stack
- 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>
2026-02-24 14:27:32 +01:00

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