stack-orchestrator/stack_orchestrator/deploy/k8s
Prathamesh Musale 7256d47199 so-ad7: build per-pod Service for maintenance container
get_services() now also includes the container named by
maintenance-service: in its container_ports map, so the
maintenance pod's {app_name}-{pod_name}-service gets created
permanently. _restart_with_maintenance can then swap Ingress
backends to a real Service that has Endpoints.

The Service is only externally reachable during the Ingress swap
window; outside of that, no Ingress rule routes to it, so it sits
idle as a warm standby (matching the maintenance pod itself).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-16 07:27:59 +00:00
..
helm Fix pyright type errors across codebase 2026-01-22 01:10:36 -05:00
__init__.py Rename app -> stack_orchestrator (#625) 2023-11-07 00:06:55 -07:00
cluster_info.py so-ad7: build per-pod Service for maintenance container 2026-04-16 07:27:59 +00:00
deploy_k8s.py so-l2l: in-place stop/restart via label-scoped cleanup (#743) 2026-04-16 12:10:04 +05:30
helpers.py Fix Kind port mappings and configmap source path resolution (#742) 2026-04-14 17:33:47 +05:30
k8s_command.py Apply pre-commit linting fixes 2026-01-21 20:58:31 -05:00