Commit Graph

24 Commits

Author SHA1 Message Date
Chris Rai
454f313556 virtual-vehicle: add simulator for mini cluster
- Uses public dev manufacturer endpoint for cert registration
- Connects to local gateway via websocket
- Generates fake CAN frames and sends telemetry
- Image: localhost:32000/virtual-vehicle:latest
2026-02-02 20:55:45 -05:00
Chris Rai
3f7f2d559f cost: bump rates to match actual Azure billing (~$65k/mo)
- Increased CPU/memory rates and per-VIN resource estimates
- Added base infrastructure cost distribution across active VINs
- Updated README with projected costs for 5000 vehicles
- Image: fiskercloud.azurecr.io/cost:v6
2026-02-01 00:19:29 -05:00
Chris Rai
877b8a93f1 Disable depot/attendant to free memory for keycloak 2026-01-31 21:48:12 -05:00
Chris Rai
87c89949cc no cost on mini for nown 2026-01-31 21:38:47 -05:00
Chris Rai
3dccf80a72 Add cost service for per-VIN cost estimation
- Estimates cloud vs on-prem costs per active vehicle
- Queries feature_table_last_shard from ClickHouse (lightweight)
- 85% savings estimate with on-prem (hardware only)
- Deployed to cec-prd-cluster-1 (internal only)
- Text report endpoint at /cost/report
2026-01-31 21:29:59 -05:00
Chris Rai
1a890d8940 Add cost service for per-VIN cost estimation 2026-01-31 20:29:07 -05:00
Chris Rai
8b3ab0af6c Fix CLICKHOUSE_PASS env var name 2026-01-31 17:50:50 -05:00
Chris Rai
fa6865a6c0 Add clickhouse credentials for jetfire and optimus 2026-01-31 17:45:12 -05:00
Chris Rai
89a6db01dd Fix clickhouse host to chi-cloud-dev-cloud-dev-0-0 2026-01-31 17:31:45 -05:00
Chris Rai
70b652b992 Fix clickhouse service name 2026-01-31 17:29:21 -05:00
Chris Rai
5a5acdd717 Add kustomize config for configmap name reference 2026-01-31 17:23:30 -05:00
Chris Rai
06994ae278 Lower resource requests for dev cluster 2026-01-31 15:49:06 -05:00
Chris Rai
9a5cb2f547 Add depot, attendant, jetfire, optimus, ota services with kustomize overlays 2026-01-31 15:35:07 -05:00
Chris Rai
a03319f090 fix: use standard Ingress with cert-manager for gateway TLS 2026-01-31 01:39:30 -05:00
Chris Rai
5227583fa8 fix: add reloader annotation, reduce ExternalSecret refresh to 10m 2026-01-31 01:11:23 -05:00
Chris Rai
ba426ece8e fix: remove duplicate secret, use ExternalSecret for db credentials 2026-01-31 01:05:40 -05:00
Chris Rai
d2cfa49d71 refactor: use configMapGenerator for auto-rolling updates 2026-01-31 01:01:37 -05:00
Chris Rai
833766ba6a fix: remove REDIS_PASSWORD to use default (no auth) 2026-01-31 00:56:01 -05:00
Chris Rai
4e164e97b5 fix: change imagePullPolicy to IfNotPresent for local images 2026-01-31 00:48:44 -05:00
Chris Rai
f4219e95e9 feat: add reloader annotation to gateway deployment 2026-01-31 00:27:58 -05:00
Chris Rai
d59eeeaacb feat: add external-secret for cloud-db-credentials 2026-01-31 00:18:35 -05:00
Chris Rai
7784b81c05 Add gateway ingress, namespace in kustomization 2026-01-31 00:09:01 -05:00
Chris Rai
b5bec57dfa Refactor kafka to pure Go (franz-go), fix DBC stubs, update Dockerfile 2026-01-31 00:05:47 -05:00
Chris Rai
fbb820d7b3 Initial cloud-services repo - gateway service + pkg modules 2026-01-30 23:14:52 -05:00