- FastAPI app with async SQLAlchemy + Alembic migrations - API: positions CRUD, PnL summary, trade history, webhook endpoint - Dark-themed SPA frontend (vanilla HTML/JS) - K8s: deployment, service, configmap, TsProxy for Tailscale access - Backed by hermes-pgdb / trading_data database - Wired into Flux staging pipeline
9 lines
183 B
YAML
9 lines
183 B
YAML
apiVersion: tailscale.com/v1
|
|
kind: TsProxy
|
|
metadata:
|
|
name: trade-dashboard
|
|
namespace: customer1
|
|
spec:
|
|
serviceName: trade-dashboard
|
|
servicePort: 80
|
|
hostname: trade-dashboard
|