#730 Domain setup: highway.solutions + tilt.highway.rodmena.app
Description
Edit## Domains to configure
### Production: highway.solutions
- Points to: Production API + Dashboard
- SSL: Let's Encrypt via cert-manager
- Ingress: nginx on minikube (or srv2 if API moves there)
- Subdomains:
- highway.solutions -> Dashboard
- api.highway.solutions -> API (or highway.solutions/api)
### Dev/Staging: highway.rodmena.app (existing)
- Currently points to minikube
- Keep for dev K8s testing if needed
### Tilt Dashboard: tilt.highway.rodmena.app
- Points to: localhost:10350 (Tilt UI default port)
- Options:
1. Local /etc/hosts entry (simplest)
2. Nginx reverse proxy on dev machine
3. Cloudflare tunnel to localhost
## DNS Records needed
```
highway.solutions A <production-ip>
api.highway.solutions A <production-ip> (or CNAME to above)
tilt.highway.rodmena.app A 127.0.0.1 (or tunnel)
```
## SSL Certificates
- Production: cert-manager with Let's Encrypt
- Tilt: self-signed or HTTP only (local dev)
## Parent: #726
Comments
Loading comments...
Context
Loading context...
Audit History
View AllLoading audit history...