You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cosmetic/consistency debt inherited 1:1 from the legacy manifests:
port naming: adopt the protocol-prefix convention across deployments AND services — http, http-health (webserver), http (storefront), redis + http-metrics (redis), amqp + http-management + http-metrics (rabbitmq, coordinated with [infra] RabbitMQ hardening: ports, probes, graceful restart #6)
progressDeadlineSeconds: 1500 (25 min) on webserver + cron — reduce to 600 s or
document why longer is needed; blocks CI for 25 min on a stuck rollout
hostAliases on the webserver pod (127.0.0.1 self-reference) — add the explanatory
comment (self-calls must not round-trip through the Service) or remove if the app no longer
needs it (verify!)
Context
Cosmetic/consistency debt inherited 1:1 from the legacy manifests:
http,http-health(webserver),http(storefront),redis+http-metrics(redis),amqp+http-management+http-metrics(rabbitmq, coordinated with [infra] RabbitMQ hardening: ports, probes, graceful restart #6)progressDeadlineSeconds: 1500(25 min) on webserver + cron — reduce to 600 s ordocument why longer is needed; blocks CI for 25 min on a stuck rollout
comment (self-calls must not round-trip through the Service) or remove if the app no longer
needs it (verify!)
project/*annotations →shopsys.com/*DNS-style prefixprotocol: TCPconsistency (either everywhere or nowhere)Tasks
Related: #6