>_
.issue.db
/highway-workflow-engine
Dashboard
Issues
Memory
Lessons
Audit Log
New Issue
Edit Issue #730
Update issue details
Title *
Description
## 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
Priority
Low
Medium
High
Critical
Status
Open
In Progress
Closed
Won't Do
Due Date (YYYY-MM-DD)
Tags (comma separated)
Related Issues (IDs)
Enter IDs of issues related to this one. They will be linked as 'related'.
Update Issue
Cancel