fix: approval legacy route prefix and jobengine orchestrator alias
- Fix approval.client.ts legacy URL from /api/release-orchestrator/ to /api/v1/release-orchestrator/ matching gateway route config - Add orchestrator.stella-ops.local alias to jobengine container so gateway route translation resolves correctly - Update sprint execution log with QA iteration results (40/40 pages clean) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -1119,6 +1119,7 @@ services:
|
||||
stellaops:
|
||||
aliases:
|
||||
- jobengine.stella-ops.local
|
||||
- orchestrator.stella-ops.local
|
||||
frontdoor: {}
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "bash -c 'echo > /dev/tcp/$(hostname)/80'"]
|
||||
|
||||
Reference in New Issue
Block a user