A Satellite Operations Simulator deployed via Helm.
helm repo add fleetcast https://lilygn.github.io/FleetCast
helm repo updatehelm install satellite-app fleetcast/satellite-app -f values.secret.yaml
⚠️ Make sure yourvalues.secret.yamlincludes valid TiDB credentials (host, user, password, database).
To access the app at http://orbital.local:8080, you need to map the domain to your cluster's ingress IP.
kubectl port-forward -n ingress-nginx service/ingress-nginx-controller 8080:80Now open your browser and visit:
http://orbital.local:8080
FleetCast should be running!
This app is configured to use a shared TiDB Cloud database managed by the project author.
Please request a secure copy of the values.secret.yaml file containing the required credentials.
Then run:
helm install satellite-app fleetcast/satellite-app -f values.secret.yaml