[FIX] wait-init probes Service :80 not container port #4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "ep/May27-2026/WaitInitServicePort"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
deriveJobDependsOn (jobs) and deriveDependsOn (operator CR) emitted
<name>:<svc.port>for the dependency TCP wait-init, but every heph Service ispublished on :80 -> targetPort. Source services listen only on :80, so a job or
service waiting on another source service (e.g. api-v2 / mercury-backend) hung
forever. Masked for infra deps, which dual-expose :80 + their native port. Emit
<name>:80instead. Updates the operator-cr test + the config-schema doc.Co-Authored-By: Claude Opus 4.7 (1M context) noreply@anthropic.com