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:
master
2026-03-06 15:26:18 +02:00
parent 49763be70b
commit 6eb6d5e356
3 changed files with 9 additions and 4 deletions

View File

@@ -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'"]