Files
foxhunt/infra/k8s/tailscale/secret.yaml.example
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

12 lines
234 B
Plaintext

apiVersion: v1
kind: Secret
metadata:
name: tailscale-auth
namespace: tailscale
labels:
app.kubernetes.io/name: tailscale
app.kubernetes.io/part-of: foxhunt
type: Opaque
stringData:
TS_AUTHKEY: "tskey-auth-REPLACE_ME"