Sense Web¶
In progress
The Sense Web Helm chart and partner deploy guide are being prepared. This page will document workloads, required values, and the install command once the chart is published.
What it will deploy¶
A single web workload: the Vite + React 19 SPA that ships as axion.sense.web. Stateless, served from an Nginx-style static-file container.
Expected dependencies¶
- Sense Backend API reachable from the cluster — both REST (8080) and gRPC (8081) endpoints, since the SPA uses REST and the mobile app uses gRPC against the same release.
- OIDC IdP — same one used by Sense Backend, for browser-side login.
- (Optional) cert-manager if the chart's TLS issuer is enabled.
Until the chart ships¶
Partners can run the prebuilt Docker image directly behind their own ingress. The image is published to europe-west1-docker.pkg.dev/axionx-infra/axion/sense-web (request sa-key.json from the Axion team for registry access). Configuration is via environment variables — at minimum the backend API URL and the OIDC issuer; full list will land alongside the chart.
See Sense Backend for the upstream chart's pattern and required environment shape.